Skip to content

Commit c3d0f72

Browse files
authored
Upgrade OpenAPI parsers (#749)
1 parent e2334e1 commit c3d0f72

File tree

2 files changed

+18
-32
lines changed

2 files changed

+18
-32
lines changed

packages/docusaurus-plugin-openapi-docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737
"eslint-plugin-prettier": "^5.0.1"
3838
},
3939
"dependencies": {
40-
"@apidevtools/json-schema-ref-parser": "^10.1.0",
40+
"@apidevtools/json-schema-ref-parser": "^11.5.4",
4141
"@docusaurus/plugin-content-docs": "^3.0.1",
4242
"@docusaurus/utils": "^3.0.1",
4343
"@docusaurus/utils-validation": "^3.0.1",
4444
"@paloaltonetworks/openapi-to-postmanv2": "3.1.0-hotfix.1",
4545
"@paloaltonetworks/postman-collection": "^4.1.0",
46-
"@redocly/openapi-core": "^1.0.0-beta.125",
46+
"@redocly/openapi-core": "^1.10.5",
4747
"chalk": "^4.1.2",
4848
"clsx": "^1.1.1",
4949
"fs-extra": "^9.0.1",

yarn.lock

Lines changed: 16 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -151,16 +151,14 @@
151151
"@jridgewell/gen-mapping" "^0.3.5"
152152
"@jridgewell/trace-mapping" "^0.3.24"
153153

154-
"@apidevtools/json-schema-ref-parser@^10.1.0":
155-
version "10.1.0"
156-
resolved "https://registry.yarnpkg.com/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-10.1.0.tgz#bf54494039a56fa7f77fed17dc6f01dfde50f64c"
157-
integrity sha512-3e+viyMuXdrcK8v5pvP+SDoAQ77FH6OyRmuK48SZKmdHJRFm87RsSs8qm6kP39a/pOPURByJw+OXzQIqcfmKtA==
154+
"@apidevtools/json-schema-ref-parser@^11.5.4":
155+
version "11.5.4"
156+
resolved "https://registry.yarnpkg.com/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-11.5.4.tgz#6a90caf2140834025cf72651280c46084de187ae"
157+
integrity sha512-o2fsypTGU0WxRxbax8zQoHiIB4dyrkwYfcm8TxZ+bx9pCzcWZbQtiMqpgBvWA/nJ2TrGjK5adCLfTH8wUeU/Wg==
158158
dependencies:
159159
"@jsdevtools/ono" "^7.1.3"
160-
"@types/json-schema" "^7.0.11"
161-
"@types/lodash.clonedeep" "^4.5.7"
160+
"@types/json-schema" "^7.0.15"
162161
js-yaml "^4.1.0"
163-
lodash.clonedeep "^4.5.0"
164162

165163
166164
version "7.12.11"
@@ -3221,18 +3219,18 @@
32213219
require-from-string "^2.0.2"
32223220
uri-js "^4.2.2"
32233221

3224-
"@redocly/config@^0.1.1":
3225-
version "0.1.3"
3226-
resolved "https://registry.yarnpkg.com/@redocly/config/-/config-0.1.3.tgz#af9a0fdb0dd65c31bca58dc86f3c841d62383096"
3227-
integrity sha512-DjgGwhyolxDLO7hP1V8h6qQUUTkqN7P/xG2OMgsABJ1Pr40GG32+cqx9oBbKX9iN+JXh6kVUZgBMcPPB1fbyLA==
3222+
"@redocly/config@^0.1.4":
3223+
version "0.1.4"
3224+
resolved "https://registry.yarnpkg.com/@redocly/config/-/config-0.1.4.tgz#ffb27ff0a4194c12995597eecb464e29800f5589"
3225+
integrity sha512-OEdCW1HRpFiZaZNrXQq8LoBxX3APijZaa/Xyoc6r44LnyAPWkjQqvPoBxE7IRqSvMihf8bl+ZRc1gtc1KuFLHw==
32283226

3229-
"@redocly/openapi-core@^1.0.0-beta.125":
3230-
version "1.10.4"
3231-
resolved "https://registry.yarnpkg.com/@redocly/openapi-core/-/openapi-core-1.10.4.tgz#fb1c3ba0eaa7d76b3e4d76d711b9eac6aebc1069"
3232-
integrity sha512-GzvAuoVtHk75q/HqaRNqRUTZWYKpZ16HCOWIrx2txAvZrMoWCUNRVsELY91W/ilH/Cepj6t/Nh+bpJ7o/mcN/g==
3227+
"@redocly/openapi-core@^1.10.5":
3228+
version "1.10.5"
3229+
resolved "https://registry.yarnpkg.com/@redocly/openapi-core/-/openapi-core-1.10.5.tgz#1575fb15bc31da34afa39fbaa4603a45e9bd7cb7"
3230+
integrity sha512-RaVwWLbGuzQxK6ezbvPGnz4rtVMTo5DOrxyII/sKJiTexBHplZzUVqrpU6aeRckl3iY9xe9+w07c/kDiLEeWRQ==
32333231
dependencies:
32343232
"@redocly/ajv" "^8.11.0"
3235-
"@redocly/config" "^0.1.1"
3233+
"@redocly/config" "^0.1.4"
32363234
colorette "^1.2.0"
32373235
js-levenshtein "^1.1.6"
32383236
js-yaml "^4.1.0"
@@ -3725,7 +3723,7 @@
37253723
resolved "https://registry.yarnpkg.com/@types/json-pointer/-/json-pointer-1.0.34.tgz#a08d4cbd1e49dc2635b60f5f6bf97c8cc142cab2"
37263724
integrity sha512-JRnWcxzXSaLei98xgw1B7vAeBVOrkyw0+Rt9j1QoJrczE78OpHsyQC8GNbuhw+/2vxxDe58QvWnngS86CoIbRg==
37273725

3728-
"@types/json-schema@*", "@types/json-schema@^7.0.11", "@types/json-schema@^7.0.12", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.7", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
3726+
"@types/json-schema@*", "@types/json-schema@^7.0.12", "@types/json-schema@^7.0.15", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.7", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
37293727
version "7.0.15"
37303728
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
37313729
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
@@ -3735,14 +3733,7 @@
37353733
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
37363734
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
37373735

3738-
"@types/lodash.clonedeep@^4.5.7":
3739-
version "4.5.9"
3740-
resolved "https://registry.yarnpkg.com/@types/lodash.clonedeep/-/lodash.clonedeep-4.5.9.tgz#ea48276c7cc18d080e00bb56cf965bcceb3f0fc1"
3741-
integrity sha512-19429mWC+FyaAhOLzsS8kZUsI+/GmBAQ0HFiCPsKGU+7pBXOQWhyrY6xNNDwUSX8SMZMJvuFVMF9O5dQOlQK9Q==
3742-
dependencies:
3743-
"@types/lodash" "*"
3744-
3745-
"@types/lodash@*", "@types/lodash@^4.14.176":
3736+
"@types/lodash@^4.14.176":
37463737
version "4.17.0"
37473738
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.0.tgz#d774355e41f372d5350a4d0714abb48194a489c3"
37483739
integrity sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA==
@@ -10752,11 +10743,6 @@ locate-path@^7.1.0:
1075210743
dependencies:
1075310744
p-locate "^6.0.0"
1075410745

10755-
lodash.clonedeep@^4.5.0:
10756-
version "4.5.0"
10757-
resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef"
10758-
integrity sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==
10759-
1076010746
lodash.debounce@^4.0.8:
1076110747
version "4.0.8"
1076210748
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"

0 commit comments

Comments
 (0)