build(deps): bump openapi-backend from 5.2.1 to 5.3.0 in /src

Bumps [openapi-backend](https://github.com/anttiviljami/openapi-backend) from 5.2.1 to 5.3.0.
- [Release notes](https://github.com/anttiviljami/openapi-backend/releases)
- [Commits](https://github.com/anttiviljami/openapi-backend/compare/5.2.1...5.3.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>
pull/5484/head
dependabot[bot] 2022-03-21 20:56:06 +00:00 committed by Richard Hansen
parent b93317ffae
commit 727a6785c9
2 changed files with 4 additions and 14 deletions

16
src/package-lock.json generated
View File

@ -7993,9 +7993,9 @@
}
},
"openapi-backend": {
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/openapi-backend/-/openapi-backend-5.2.1.tgz",
"integrity": "sha512-JTRk+ytxvSZ+XZRLpfLyNzQnVWEwMZv7Bl9GVHwwaTadcVjuhK/WLg5xpuAvZwtV1LGLDujCc6w9QjEp0BWVHw==",
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/openapi-backend/-/openapi-backend-5.3.0.tgz",
"integrity": "sha512-wl9LxdM0hgpy+I1cWsjEn4jPnBprd8QTLVwILG/wPc83cQ1CZ8anNmq0CUSYfhW4jG0oEik8TprSUO+pLeznhA==",
"requires": {
"@apidevtools/json-schema-ref-parser": "^9.0.7",
"ajv": "^8.6.2",
@ -8006,16 +8006,6 @@
"openapi-schema-validator": "^10.0.0",
"openapi-types": "^10.0.0",
"qs": "^6.9.3"
},
"dependencies": {
"qs": {
"version": "6.10.3",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.10.3.tgz",
"integrity": "sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==",
"requires": {
"side-channel": "^1.0.4"
}
}
}
},
"openapi-schema-validation": {

View File

@ -53,7 +53,7 @@
"measured-core": "^2.0.0",
"mime-types": "^2.1.35",
"npm": "^6.14.15",
"openapi-backend": "^5.2.1",
"openapi-backend": "^5.3.0",
"proxy-addr": "^2.0.7",
"rate-limiter-flexible": "^2.3.6",
"rehype": "^12.0.1",