Skip to content

Commit

Permalink
fix(deps): update dependency docusaurus-theme-openapi-docs to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 28, 2022
1 parent 6d914d2 commit ec61cef
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 7 deletions.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"browserslist": "^4.16.5",
"clsx": "1.2.1",
"docusaurus-plugin-openapi-docs": "1.4.7",
"docusaurus-theme-openapi-docs": "1.4.7",
"docusaurus-theme-openapi-docs": "1.5.0",
"file-loader": "6.2.0",
"immer": "^9.0.6",
"react": "18.2.0",
Expand Down
40 changes: 34 additions & 6 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6358,7 +6358,7 @@ doctrine@^3.0.0:
dependencies:
esutils "^2.0.2"

docusaurus-plugin-openapi-docs@1.4.7, docusaurus-plugin-openapi-docs@^1.4.7:
docusaurus-plugin-openapi-docs@1.4.7:
version "1.4.7"
resolved "https://registry.yarnpkg.com/docusaurus-plugin-openapi-docs/-/docusaurus-plugin-openapi-docs-1.4.7.tgz#2d79107af093c7df41f3d5babf319f08cf70f579"
integrity sha512-41ZDIglMQ9GsYYxWYFxeB4ddsvpZt/By6YxkP8bMNkk33z9qC9oVXcugEPBUANA7jzDzNEX5DHRTtocyifhPYA==
Expand Down Expand Up @@ -6386,10 +6386,38 @@ docusaurus-plugin-openapi-docs@1.4.7, docusaurus-plugin-openapi-docs@^1.4.7:
webpack "^5.61.0"
xml-formatter "^2.6.1"

docusaurus-theme-openapi-docs@1.4.7:
version "1.4.7"
resolved "https://registry.yarnpkg.com/docusaurus-theme-openapi-docs/-/docusaurus-theme-openapi-docs-1.4.7.tgz#904357c06153a95f5a6e8374e27d387218a2a385"
integrity sha512-vpTCN0zcOINuNxTq63rkDbDQsechdhsEENGe22q9zkhHI+ZEm85TAzR8r3kBaxgyu6imzEUtf4RhV5eEQOHbig==
docusaurus-plugin-openapi-docs@^1.5.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/docusaurus-plugin-openapi-docs/-/docusaurus-plugin-openapi-docs-1.5.0.tgz#d90eb04630afd9e359bebb5ec0025c078df28024"
integrity sha512-L4FnOoi5FRFxWFmH3skYmlhLFsBtdBQJzT3Bb3SXBe9wgqkwgLDPNBQtdROGpHRvpVBrJZBgsG2GtZp0TSNBFw==
dependencies:
"@apidevtools/json-schema-ref-parser" "^9.0.9"
"@docusaurus/mdx-loader" "^2.0.1"
"@docusaurus/plugin-content-docs" "^2.0.1"
"@docusaurus/utils" "^2.0.1"
"@docusaurus/utils-validation" "^2.0.1"
"@paloaltonetworks/openapi-to-postmanv2" "3.1.0-hotfix.1"
"@paloaltonetworks/postman-collection" "^4.1.0"
"@redocly/openapi-core" "^1.0.0-beta.103"
chalk "^4.1.2"
clsx "^1.1.1"
fs-extra "^9.0.1"
js-yaml "^4.1.0"
json-pointer "^0.6.2"
json-refs "^3.0.15"
json-schema-merge-allof "^0.8.1"
lodash "^4.17.20"
mustache "^4.2.0"
slugify "^1.6.5"
swagger2openapi "^7.0.8"
url-template "^3.0.0"
webpack "^5.61.0"
xml-formatter "^2.6.1"

docusaurus-theme-openapi-docs@1.5.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/docusaurus-theme-openapi-docs/-/docusaurus-theme-openapi-docs-1.5.0.tgz#dfcfb2df92c3b87692e047b5f182688d570d75f0"
integrity sha512-HV60XzL/akgUnGrkiNmG7KsHQaZf0AhXnMbKNklcx3d427EYuETuCRxN7AJvLz73NZWb0uyqMRWfBmu6wE4cEg==
dependencies:
"@docusaurus/theme-common" "^2.0.1"
"@mdx-js/react" "^1.6.21"
Expand All @@ -6399,7 +6427,7 @@ docusaurus-theme-openapi-docs@1.4.7:
buffer "^6.0.3"
clsx "^1.1.1"
crypto-js "^4.1.1"
docusaurus-plugin-openapi-docs "^1.4.7"
docusaurus-plugin-openapi-docs "^1.5.0"
file-saver "^2.0.5"
immer "^9.0.7"
lodash "^4.17.20"
Expand Down

0 comments on commit ec61cef

Please sign in to comment.