Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @apidevtools/json-schema-ref-parser to v11 #2319

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion projects/openapi-io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"typescript": "^5.0.0"
},
"dependencies": {
"@apidevtools/json-schema-ref-parser": "9.0.9",
"@apidevtools/json-schema-ref-parser": "11.1.0",
"@jsdevtools/ono": "^7.1.3",
"@useoptic/json-pointer-helpers": "workspace:*",
"@useoptic/openapi-utilities": "workspace:*",
Expand Down
33 changes: 17 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@ __metadata:
languageName: node
linkType: hard

"@apidevtools/json-schema-ref-parser@npm:9.0.9":
version: 9.0.9
resolution: "@apidevtools/json-schema-ref-parser@npm:9.0.9"
"@apidevtools/json-schema-ref-parser@npm:11.1.0":
version: 11.1.0
resolution: "@apidevtools/json-schema-ref-parser@npm:11.1.0"
dependencies:
"@jsdevtools/ono": ^7.1.3
"@types/json-schema": ^7.0.6
call-me-maybe: ^1.0.1
"@types/json-schema": ^7.0.13
"@types/lodash.clonedeep": ^4.5.7
js-yaml: ^4.1.0
checksum: b21f6bdd37d2942c3967ee77569bc74fadd1b922f688daf5ef85057789a2c3a7f4afc473aa2f3a93ec950dabb6ef365f8bd9cf51e4e062a1ee1e59b989f8f9b4
lodash.clonedeep: ^4.5.0
checksum: b2a9c0749e9c190cbbb24fbcec069203cc317a30a32ad731f1b99cf48aa279fa956fe6951e3adc964989e983e7ea4d24313aa806430a53c81ded855fc94e5170
languageName: node
linkType: hard

Expand Down Expand Up @@ -3351,7 +3352,14 @@ __metadata:
languageName: node
linkType: hard

"@types/json-schema@npm:^7.0.4, @types/json-schema@npm:^7.0.6, @types/json-schema@npm:^7.0.7":
"@types/json-schema@npm:^7.0.13":
version: 7.0.13
resolution: "@types/json-schema@npm:7.0.13"
checksum: 345df21a678fa72fb389f35f33de77833d09d4a142bb2bcb27c18690efa4cf70fc2876e43843cefb3fbdb9fcb12cd3e970a90936df30f53bbee899865ff605ab
languageName: node
linkType: hard

"@types/json-schema@npm:^7.0.4, @types/json-schema@npm:^7.0.7":
version: 7.0.9
resolution: "@types/json-schema@npm:7.0.9"
checksum: 259d0e25f11a21ba5c708f7ea47196bd396e379fddb79c76f9f4f62c945879dc21657904914313ec2754e443c5018ea8372362f323f30e0792897fdb2098a705
Expand Down Expand Up @@ -3392,7 +3400,7 @@ __metadata:
languageName: node
linkType: hard

"@types/lodash.clonedeep@npm:^4":
"@types/lodash.clonedeep@npm:^4, @types/lodash.clonedeep@npm:^4.5.7":
version: 4.5.7
resolution: "@types/lodash.clonedeep@npm:4.5.7"
dependencies:
Expand Down Expand Up @@ -3695,7 +3703,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@useoptic/openapi-io@workspace:projects/openapi-io"
dependencies:
"@apidevtools/json-schema-ref-parser": 9.0.9
"@apidevtools/json-schema-ref-parser": 11.1.0
"@babel/core": ^7.17.0
"@babel/plugin-transform-runtime": ^7.17.0
"@babel/preset-env": ^7.17.0
Expand Down Expand Up @@ -4809,13 +4817,6 @@ __metadata:
languageName: node
linkType: hard

"call-me-maybe@npm:^1.0.1":
version: 1.0.1
resolution: "call-me-maybe@npm:1.0.1"
checksum: d19e9d6ac2c6a83fb1215718b64c5e233f688ebebb603bdfe4af59cde952df1f2b648530fab555bf290ea910d69d7d9665ebc916e871e0e194f47c2e48e4886b
languageName: node
linkType: hard

"callsites@npm:^3.0.0":
version: 3.1.0
resolution: "callsites@npm:3.1.0"
Expand Down
Loading