Skip to content

build(deps): bump express-openapi-validator from 5.3.7 to 5.3.8 #2008

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2024

Bumps express-openapi-validator from 5.3.7 to 5.3.8.

Release notes

Sourced from express-openapi-validator's releases.

v5.3.8

(2024-10-26)

  • fix: add cookie support for HTTP bearer authentication (#949) (00d070b), closes #949
  • fix: examples/1-standard/package.json & examples/1-standard/package-lock.json to reduce vulnerabilit (8ce7fda), closes #986
  • fix: examples/2-standard-multiple-api-specs/package.json & examples/2-standard-multiple-api-specs/pa (95f5f5a), closes #987
  • fix: examples/3-eov-operations/package.json & examples/3-eov-operations/package-lock.json to reduce (e81222e), closes #989
  • fix: examples/4-eov-operations-babel/package.json & examples/4-eov-operations-babel/package-lock.jso (263c641), closes #994
  • fix: examples/4-eov-operations-babel/package.json & examples/4-eov-operations-babel/package-lock.jso (e71b5fc), closes #988
  • fix: package.json & package-lock.json to reduce vulnerabilities (#993) (b6201c3), closes #993
  • fix: upgrade express-openapi-validator from 5.3.6 to 5.3.7 (#995) (8cee5f9), closes #995
  • Create SECURITY.md (#999) (5e21e3f), closes #999
  • example 6 enhancements (789b43b)
  • Update README.md (946aab8)
  • Update README.md (f61c185)
  • chore(deps): bump body-parser and @​nestjs/platform-express (#990) (773f18e), closes #990
  • chore(deps): bump cookie and cookie-parser (#996) (9bd5177), closes #996
  • chore(deps): bump path-to-regexp (#997) (e60d146), closes #997

(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

... (truncated)

Commits
  • efbcdc7 v5.3.8
  • 00d070b fix: add cookie support for HTTP bearer authentication (#949)
  • 5e21e3f Create SECURITY.md (#999)
  • 789b43b example 6 enhancements
  • 263c641 fix: examples/4-eov-operations-babel/package.json & examples/4-eov-operations...
  • e60d146 chore(deps): bump path-to-regexp (#997)
  • 9bd5177 chore(deps): bump cookie and cookie-parser (#996)
  • 8cee5f9 fix: upgrade express-openapi-validator from 5.3.6 to 5.3.7 (#995)
  • b6201c3 fix: package.json & package-lock.json to reduce vulnerabilities (#993)
  • 773f18e chore(deps): bump body-parser and @​nestjs/platform-express (#990)
  • Additional commits viewable in compare view

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 <dependency name> 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)

Bumps [express-openapi-validator](https://github.com/cdimascio/express-openapi-validator) from 5.3.7 to 5.3.8.
- [Release notes](https://github.com/cdimascio/express-openapi-validator/releases)
- [Changelog](https://github.com/cdimascio/express-openapi-validator/blob/master/CHANGE_HISTORY.md)
- [Commits](cdimascio/express-openapi-validator@v5.3.7...v5.3.8)

---
updated-dependencies:
- dependency-name: express-openapi-validator
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from benoitf as a code owner October 28, 2024 17:36
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 28, 2024
@dependabot dependabot bot requested review from jeffmaury and a team as code owners October 28, 2024 17:36
@dependabot dependabot bot requested review from cdrage and SoniaSandler October 28, 2024 17:36
@benoitf benoitf merged commit 6119875 into main Oct 28, 2024
6 checks passed
@benoitf benoitf deleted the dependabot/npm_and_yarn/express-openapi-validator-5.3.8 branch October 28, 2024 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant