build(deps): bump openapi-backend from 5.9.2 to 5.10.0 in /src (#5960)

Bumps [openapi-backend](https://github.com/anttiviljami/openapi-backend) from 5.9.2 to 5.10.0.
- [Commits](https://github.com/anttiviljami/openapi-backend/compare/5.9.2...5.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/5963/head
dependabot[bot] 2023-10-04 12:48:03 +02:00 committed by GitHub
parent df59cceac7
commit 7a67cf8aad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

16
src/package-lock.json generated
View File

@ -11,12 +11,12 @@
"dev": true
},
"@apidevtools/json-schema-ref-parser": {
"version": "10.1.0",
"resolved": "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-10.1.0.tgz",
"integrity": "sha512-3e+viyMuXdrcK8v5pvP+SDoAQ77FH6OyRmuK48SZKmdHJRFm87RsSs8qm6kP39a/pOPURByJw+OXzQIqcfmKtA==",
"version": "11.1.0",
"resolved": "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-11.1.0.tgz",
"integrity": "sha512-g/VW9ZQEFJAOwAyUb8JFf7MLiLy2uEB4rU270rGzDwICxnxMlPy0O11KVePSgS36K1NI29gSlK84n5INGhd4Ag==",
"requires": {
"@jsdevtools/ono": "^7.1.3",
"@types/json-schema": "^7.0.11",
"@types/json-schema": "^7.0.13",
"@types/lodash.clonedeep": "^4.5.7",
"js-yaml": "^4.1.0",
"lodash.clonedeep": "^4.5.0"
@ -6819,11 +6819,11 @@
}
},
"openapi-backend": {
"version": "5.9.2",
"resolved": "https://registry.npmjs.org/openapi-backend/-/openapi-backend-5.9.2.tgz",
"integrity": "sha512-x49QIeqwsty0v5BGzjXsEnx4Hm3cYYU9LOOc2+wWtF0ksMiCBdoZlwk/FQ2bvuZaECSoeCT8wc1iZArP3klwuA==",
"version": "5.10.0",
"resolved": "https://registry.npmjs.org/openapi-backend/-/openapi-backend-5.10.0.tgz",
"integrity": "sha512-8AFqr9VfzC/8hXsIpEyzJlqLV8EhJDnZnZ1tIDMfIXKUvMcR5to4HdLvXlDzd7Ur8JJh6x3O0V0B6lKenR3UYQ==",
"requires": {
"@apidevtools/json-schema-ref-parser": "^10.1.0",
"@apidevtools/json-schema-ref-parser": "^11.1.0",
"ajv": "^8.6.2",
"bath-es5": "^3.0.3",
"cookie": "^0.5.0",

View File

@ -54,7 +54,7 @@
"measured-core": "^2.0.0",
"mime-types": "^2.1.35",
"npm": "^6.14.18",
"openapi-backend": "^5.9.2",
"openapi-backend": "^5.10.0",
"proxy-addr": "^2.0.7",
"rate-limiter-flexible": "^3.0.0",
"rehype": "^13.0.1",