build(deps): bump rapidoc from 9.1.0 to 9.1.2 in /web (#1419)

Bumps [rapidoc](https://github.com/mrin9/RapiDoc) from 9.1.0 to 9.1.2.
- [Release notes](https://github.com/mrin9/RapiDoc/releases)
- [Commits](https://github.com/mrin9/RapiDoc/compare/v9.1.0...v9.1.2)

---
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] 2021-09-20 11:50:27 +02:00 committed by GitHub
parent fe4923bff6
commit 25549ec339
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@ -50,7 +50,7 @@
"lit-html": "^1.4.1",
"moment": "^2.29.1",
"prettier": "^2.4.1",
"rapidoc": "^9.1.0",
"rapidoc": "^9.1.2",
"rollup": "^2.56.2",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-copy": "^3.4.0",
@ -6679,9 +6679,9 @@
}
},
"node_modules/rapidoc": {
"version": "9.1.0",
"resolved": "https://registry.npmjs.org/rapidoc/-/rapidoc-9.1.0.tgz",
"integrity": "sha512-BY1fWj7RvUmUxmrbxqsXkcratS5ebVyt/ZeJNJ+AUKeMYCrIYdccjgQE3MVcwIatQqV+fPxAvaz6oKNBJcdaaQ==",
"version": "9.1.2",
"resolved": "https://registry.npmjs.org/rapidoc/-/rapidoc-9.1.2.tgz",
"integrity": "sha512-tW0ainfTZrCs3CklurkcCcoN0tIVilWPoy8ueUNQnt4oyu30vWjShq6+3Il3th3i/UQ1DAozHnMhWXOGKtkb4g==",
"dependencies": {
"@apitools/openapi-parser": "^0.0.9",
"base64-arraybuffer": "^1.0.1",
@ -13354,9 +13354,9 @@
}
},
"rapidoc": {
"version": "9.1.0",
"resolved": "https://registry.npmjs.org/rapidoc/-/rapidoc-9.1.0.tgz",
"integrity": "sha512-BY1fWj7RvUmUxmrbxqsXkcratS5ebVyt/ZeJNJ+AUKeMYCrIYdccjgQE3MVcwIatQqV+fPxAvaz6oKNBJcdaaQ==",
"version": "9.1.2",
"resolved": "https://registry.npmjs.org/rapidoc/-/rapidoc-9.1.2.tgz",
"integrity": "sha512-tW0ainfTZrCs3CklurkcCcoN0tIVilWPoy8ueUNQnt4oyu30vWjShq6+3Il3th3i/UQ1DAozHnMhWXOGKtkb4g==",
"requires": {
"@apitools/openapi-parser": "^0.0.9",
"base64-arraybuffer": "^1.0.1",

View File

@ -82,7 +82,7 @@
"lit-html": "^1.4.1",
"moment": "^2.29.1",
"prettier": "^2.4.1",
"rapidoc": "^9.1.0",
"rapidoc": "^9.1.2",
"rollup": "^2.56.2",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-copy": "^3.4.0",