build(deps): bump rapidoc from 9.1.0 to 9.1.2 in /website (#1418)
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:
parent
25549ec339
commit
88de94f014
|
@ -13,7 +13,7 @@
|
|||
"@mdx-js/react": "^1.6.22",
|
||||
"clsx": "^1.1.1",
|
||||
"postcss": "^8.3.6",
|
||||
"rapidoc": "^9.1.0",
|
||||
"rapidoc": "^9.1.2",
|
||||
"react": "^17.0.2",
|
||||
"react-before-after-slider-component": "^0.7.4",
|
||||
"react-dom": "^17.0.2",
|
||||
|
@ -10908,9 +10908,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",
|
||||
|
@ -23402,9 +23402,9 @@
|
|||
"integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg=="
|
||||
},
|
||||
"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",
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
"@mdx-js/react": "^1.6.22",
|
||||
"clsx": "^1.1.1",
|
||||
"postcss": "^8.3.6",
|
||||
"rapidoc": "^9.1.0",
|
||||
"rapidoc": "^9.1.2",
|
||||
"react": "^17.0.2",
|
||||
"react-before-after-slider-component": "^0.7.4",
|
||||
"react-dom": "^17.0.2",
|
||||
|
|
Reference in New Issue