Skip to content

Commit

Permalink
chore(deps): bump express-openapi-validator from 5.0.6 to 5.1.0
Browse files Browse the repository at this point in the history
Bumps [express-openapi-validator](https://github.com/cdimascio/express-openapi-validator) from 5.0.6 to 5.1.0.
- [Release notes](https://github.com/cdimascio/express-openapi-validator/releases)
- [Changelog](https://github.com/cdimascio/express-openapi-validator/blob/master/CHANGE_HISTORY.md)
- [Commits](https://github.com/cdimascio/express-openapi-validator/commits/v5.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 19, 2023
1 parent 8bf66b2 commit 6d76094
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dd-trace": "4.15.0",
"dotenv": "16.3.1",
"express": "4.18.2",
"express-openapi-validator": "5.0.6",
"express-openapi-validator": "5.1.0",
"firebase-admin": "11.10.1",
"google-auth-library": "9.0.0",
"jsonwebtoken": "9.0.2",
Expand Down
11 changes: 6 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2328,10 +2328,10 @@ execa@^7.1.1:
signal-exit "^3.0.7"
strip-final-newline "^3.0.0"

express-openapi-validator@5.0.6:
version "5.0.6"
resolved "https://registry.yarnpkg.com/express-openapi-validator/-/express-openapi-validator-5.0.6.tgz#834bdefb315272b63411cba2c5f7e5b2648d7c74"
integrity sha512-cvl1DmKTpidciajTWacEprW5XhvCen5eznP2J6Rtg1B+O00Z0gWiL5L+0Fh1ZLgR8vgFcv/0Rdrpl6UGnYKyaw==
express-openapi-validator@5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/express-openapi-validator/-/express-openapi-validator-5.1.0.tgz#909f9b3b71979b6d4c09369fc6a01e01364c4789"
integrity sha512-vSC+/a3wizKhTVJ3wH82lD4jQpq+hKkAvPaKSbDY24fKxEF7On1q7pC0tFGAFSX8/i9vuODuox24ujqVn5nr0w==
dependencies:
"@apidevtools/json-schema-ref-parser" "^9.1.2"
"@types/multer" "^1.4.7"
Expand Down Expand Up @@ -4184,8 +4184,9 @@ node-addon-api@^6.1.0:
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-6.1.0.tgz#ac8470034e58e67d0c6f1204a18ae6995d9c0d76"
integrity sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==

"node-crc@github:swrlab/node-crc#v2.1.0":
node-crc@swrlab/node-crc#v2.1.0:
version "2.1.0"
uid "25f12cdce8b7463a0829593a09224d53c08341aa"
resolved "https://codeload.github.com/swrlab/node-crc/tar.gz/25f12cdce8b7463a0829593a09224d53c08341aa"
dependencies:
"@types/node" "^18.11.17"
Expand Down

0 comments on commit 6d76094

Please sign in to comment.