Skip to content

Commit

Permalink
chore(deps-dev): bump openapi-backend from 5.11.0 to 5.11.1 (#5151)
Browse files Browse the repository at this point in the history
Bumps [openapi-backend](https://github.com/openapistack/openapi-backend) from 5.11.0 to 5.11.1.
- [Commits](openapistack/openapi-backend@5.11.0...5.11.1)

---
updated-dependencies:
- dependency-name: openapi-backend
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 7, 2024
1 parent c5c4f82 commit 4ec168c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion test-packages/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"json-schema-faker": "^0.5.7",
"mock-fs": "^5.3.0",
"moment": "^2.30.1",
"openapi-backend": "^5.11.0",
"openapi-backend": "^5.11.1",
"pm2": "^5.4.2",
"smtp-server": "3.13.6",
"sqlite3": "^5.1.7"
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3290,10 +3290,10 @@ [email protected]:
resolved "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz#2f73c42142d5d5cf71310a74fc4ae61670e5dbc9"
integrity sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==

cookie@^0.5.0:
version "0.5.0"
resolved "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz#d1f5d71adec6558c58f389987c366aa47e994f8b"
integrity sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==
cookie@^1.0.1:
version "1.0.1"
resolved "https://registry.npmjs.org/cookie/-/cookie-1.0.1.tgz#e1a00d20420e0266aff817815640289eef142751"
integrity sha512-Xd8lFX4LM9QEEwxQpF9J9NTUh8pmdJO0cyRJhFiDoLTk2eH8FXlRv2IFGYVadZpqI3j8fhNrSdKCeYPxiAhLXw==

[email protected]:
version "1.0.2"
Expand Down Expand Up @@ -7257,15 +7257,15 @@ ono@^4.0.11:
dependencies:
format-util "^1.0.3"

openapi-backend@^5.11.0:
version "5.11.0"
resolved "https://registry.npmjs.org/openapi-backend/-/openapi-backend-5.11.0.tgz#4b92d56f4d203989060ee168a95bbcf4115b30cf"
integrity sha512-c2p93u0NHUc4Fk2kw4rlReakxNnBw4wMMybOTh0LC/BU0Qp7YIphWwJOfNfq2f9nGe/FeCRxGG6VmtCDgkIjdA==
openapi-backend@^5.11.1:
version "5.11.1"
resolved "https://registry.npmjs.org/openapi-backend/-/openapi-backend-5.11.1.tgz#f59d860ab7d939b64cb1dd846f368923b3faec04"
integrity sha512-TsIbku0692sU1X5Ewhzj49ivd8EIT0GDtwbB7XvT234lY3+oJfTe3cUWaBzeKGeX+a1mjcluuJ4V+wTancRbdA==
dependencies:
"@apidevtools/json-schema-ref-parser" "^11.1.0"
ajv "^8.6.2"
bath-es5 "^3.0.3"
cookie "^0.5.0"
cookie "^1.0.1"
dereference-json-schema "^0.2.1"
lodash "^4.17.15"
mock-json-schema "^1.0.7"
Expand Down

0 comments on commit 4ec168c

Please sign in to comment.