web: bump rapidoc from 9.3.6 to 9.3.7 in /web (#11565)

Bumps [rapidoc](https://github.com/rapi-doc/RapiDoc) from 9.3.6 to 9.3.7.
- [Release notes](https://github.com/rapi-doc/RapiDoc/releases)
- [Commits](https://github.com/rapi-doc/RapiDoc/compare/v9.3.6...v9.3.7)

---
updated-dependencies:
- dependency-name: rapidoc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-09-30 15:04:53 +02:00
committed by GitHub
parent 7cf8991cfc
commit 31d908f3e2
2 changed files with 13 additions and 13 deletions

24
web/package-lock.json generated
View File

@ -45,7 +45,7 @@
"lit": "^3.2.0",
"md-front-matter": "^1.0.4",
"mermaid": "^11.2.1",
"rapidoc": "^9.3.6",
"rapidoc": "^9.3.7",
"showdown": "^2.1.0",
"style-mod": "^4.1.2",
"ts-pattern": "^5.4.0",
@ -174,11 +174,11 @@
}
},
"node_modules/@apitools/openapi-parser": {
"version": "0.0.32",
"resolved": "https://registry.npmjs.org/@apitools/openapi-parser/-/openapi-parser-0.0.32.tgz",
"integrity": "sha512-e0b54P85Xfu8/H0+0xO92z0/tGCVjkyh0EIbb38hWAZOInRDG58e7EzYps4fOJdhhGUiiVuRw5E+9fI6mwnf9w==",
"version": "0.0.33",
"resolved": "https://registry.npmjs.org/@apitools/openapi-parser/-/openapi-parser-0.0.33.tgz",
"integrity": "sha512-on8oZKkRPrPUvJmmQGpLtlcthNrREH5OjDUK2ZczKuFPOx8Tkn9mzyPc7DTQ7O0JQolaZIwymFmBaajglI6LHA==",
"dependencies": {
"swagger-client": "^3.19.10"
"swagger-client": "^3.29.3"
}
},
"node_modules/@babel/code-frame": {
@ -22272,9 +22272,9 @@
"license": "MIT"
},
"node_modules/node-abi": {
"version": "3.67.0",
"resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.67.0.tgz",
"integrity": "sha512-bLn/fU/ALVBE9wj+p4Y21ZJWYFjUXLXPi/IewyLZkx3ApxKDNBWCKdReeKOtD8dWpOdDCeMyLh6ZewzcLsG2Nw==",
"version": "3.68.0",
"resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.68.0.tgz",
"integrity": "sha512-7vbj10trelExNjFSBm5kTvZXXa7pZyKWx9RCKIyqe6I9Ev3IzGpQoqBP3a+cOdxY+pWj6VkP28n/2wWysBHD/A==",
"optional": true,
"dependencies": {
"semver": "^7.3.5"
@ -24155,11 +24155,11 @@
}
},
"node_modules/rapidoc": {
"version": "9.3.6",
"resolved": "https://registry.npmjs.org/rapidoc/-/rapidoc-9.3.6.tgz",
"integrity": "sha512-mTnSp5xk9cW205zCd5mE3tBeWbWMo+oFh1tHzONfIdyW3euY231vrt8otQI3Ed6FokhrxKp8/8pQAITyb6Tn5Q==",
"version": "9.3.7",
"resolved": "https://registry.npmjs.org/rapidoc/-/rapidoc-9.3.7.tgz",
"integrity": "sha512-Rw4QxaMm5m6xQ2k0vq/SxJgLJpEFJb9bJv0tZWRuzNe3smtiM5ATC/7Jic94xz8LwoX69oaMwtOXiV31XLovnw==",
"dependencies": {
"@apitools/openapi-parser": "0.0.32",
"@apitools/openapi-parser": "0.0.33",
"base64-arraybuffer": "^1.0.2",
"buffer": "^6.0.3",
"lit": "^3.2.0",

View File

@ -33,7 +33,7 @@
"lit": "^3.2.0",
"md-front-matter": "^1.0.4",
"mermaid": "^11.2.1",
"rapidoc": "^9.3.6",
"rapidoc": "^9.3.7",
"showdown": "^2.1.0",
"style-mod": "^4.1.2",
"ts-pattern": "^5.4.0",