build(deps): bump rapidoc from 9.1.2 to 9.1.3 in /website (#1478)
Bumps [rapidoc](https://github.com/mrin9/RapiDoc) from 9.1.2 to 9.1.3. - [Release notes](https://github.com/mrin9/RapiDoc/releases) - [Commits](https://github.com/mrin9/RapiDoc/compare/v9.1.2...v9.1.3) --- 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:
parent
975c4ddc04
commit
ed3b4a3d4a
|
@ -13,7 +13,7 @@
|
|||
"@mdx-js/react": "^1.6.22",
|
||||
"clsx": "^1.1.1",
|
||||
"postcss": "^8.3.8",
|
||||
"rapidoc": "^9.1.2",
|
||||
"rapidoc": "^9.1.3",
|
||||
"react": "^17.0.2",
|
||||
"react-before-after-slider-component": "^0.7.4",
|
||||
"react-dom": "^17.0.2",
|
||||
|
@ -10913,9 +10913,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/rapidoc": {
|
||||
"version": "9.1.2",
|
||||
"resolved": "https://registry.npmjs.org/rapidoc/-/rapidoc-9.1.2.tgz",
|
||||
"integrity": "sha512-tW0ainfTZrCs3CklurkcCcoN0tIVilWPoy8ueUNQnt4oyu30vWjShq6+3Il3th3i/UQ1DAozHnMhWXOGKtkb4g==",
|
||||
"version": "9.1.3",
|
||||
"resolved": "https://registry.npmjs.org/rapidoc/-/rapidoc-9.1.3.tgz",
|
||||
"integrity": "sha512-9Mx/V/yO7hlM6mo5a6of0uJpm9rFBMFvqtr0Zw34JVIP19DN+cuYvUlB0MLrekn2sq0nvpzOW6cNkBIC1QSYYg==",
|
||||
"dependencies": {
|
||||
"@apitools/openapi-parser": "^0.0.9",
|
||||
"base64-arraybuffer": "^1.0.1",
|
||||
|
@ -23412,9 +23412,9 @@
|
|||
"integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg=="
|
||||
},
|
||||
"rapidoc": {
|
||||
"version": "9.1.2",
|
||||
"resolved": "https://registry.npmjs.org/rapidoc/-/rapidoc-9.1.2.tgz",
|
||||
"integrity": "sha512-tW0ainfTZrCs3CklurkcCcoN0tIVilWPoy8ueUNQnt4oyu30vWjShq6+3Il3th3i/UQ1DAozHnMhWXOGKtkb4g==",
|
||||
"version": "9.1.3",
|
||||
"resolved": "https://registry.npmjs.org/rapidoc/-/rapidoc-9.1.3.tgz",
|
||||
"integrity": "sha512-9Mx/V/yO7hlM6mo5a6of0uJpm9rFBMFvqtr0Zw34JVIP19DN+cuYvUlB0MLrekn2sq0nvpzOW6cNkBIC1QSYYg==",
|
||||
"requires": {
|
||||
"@apitools/openapi-parser": "^0.0.9",
|
||||
"base64-arraybuffer": "^1.0.1",
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
"@mdx-js/react": "^1.6.22",
|
||||
"clsx": "^1.1.1",
|
||||
"postcss": "^8.3.8",
|
||||
"rapidoc": "^9.1.2",
|
||||
"rapidoc": "^9.1.3",
|
||||
"react": "^17.0.2",
|
||||
"react-before-after-slider-component": "^0.7.4",
|
||||
"react-dom": "^17.0.2",
|
||||
|
|
Reference in New Issue