hashgraph / hedera-mirror-node

Hedera Mirror Node archives data from consensus nodes and serves it via an API
Apache License 2.0
128 stars 108 forks source link

Bump express-openapi-validator from 5.3.6 to 5.3.7 in /hedera-mirror-rest #9442

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Bumps express-openapi-validator from 5.3.6 to 5.3.7.

Release notes

Sourced from express-openapi-validator's releases.

v5.3.7

(2024-09-18)

  • fix: upgrade @​types/multer from 1.4.11 to 1.4.12 (#983) (0fa043e), closes #983
  • feat(path-to-regexp): path-to-regexp 8.1.0 update (#976) (70cce65), closes #976

(2024-09-13)

  • bodyParsers is deprecated so update with expess bodyParsers (#974) (6dc3b97), closes #974
  • Update README.md (772d1dc)
  • Update README.md (de4219e)
  • fix: upgrade express-openapi-validator from 5.2.0 to 5.3.1 (#960) (bd636bb), closes #960
  • chore(deps-dev): bump braces from 3.0.2 to 3.0.3 in /examples/9-nestjs (#964) (148fa90), closes #964
  • chore(deps-dev): bump braces in /examples/7-response-date-serialization (#963) (aa3018a), closes #963

(2024-09-06)

  • fix: Dereference path parameters (#962) (0aebe5d), closes #962
  • fix: upgrade express-openapi-validator from 5.2.0 to 5.3.1 (#951) (5b0058d), closes #951
  • [StepSecurity] ci: Harden GitHub Actions (#959) (78e55be), closes #959
  • Fix changelog breaking changes notice (#961) (0a8dc2f), closes #961
  • update README (7334ccd)
  • chore(deps-dev): bump braces in /examples/5-custom-operation-resolver (#958) (eda5612), closes #958
  • chore(deps): bump braces in /examples/4-eov-operations-babel (#957) (749a8c8), closes #957
  • chore(deps): bump webpack and @​nestjs/cli in /examples/9-nestjs (#953) (299aad6), closes #953

(2024-08-31)

breaking change

By default, request and response validation now stops after the first failure. Only one error will be reported even when multiple may exist. This follows best practices from AJV:

To report all validation errors (only recommended in development), option allErrors can be set in options validateRequests and/or validateResponses. For example:

app.use(
  OpenApiValidator.middleware({
</tr></table> 

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)