Skip to content

Commit

Permalink
dep: upgrade json parser (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrader authored Jun 2, 2024
1 parent 6cc5fa8 commit 1056a81
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"node": ">=18"
},
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^11.1.0",
"@apidevtools/json-schema-ref-parser": "^11.6.2",
"json-schema-walker": "^2.0.0",
"openapi-types": "^12.1.3",
"yargs": "^17.7.2"
Expand Down
13 changes: 12 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,17 @@ __metadata:
languageName: node
linkType: hard

"@apidevtools/json-schema-ref-parser@npm:^11.6.2":
version: 11.6.2
resolution: "@apidevtools/json-schema-ref-parser@npm:11.6.2"
dependencies:
"@jsdevtools/ono": "npm:^7.1.3"
"@types/json-schema": "npm:^7.0.15"
js-yaml: "npm:^4.1.0"
checksum: 9fa6bf2aae47294ef1e283a2e57a0b61c6934c3549059948e421b5dea06d13ab12165801ecb999f85b89b5794394963e0f27a17349172bd2a0894e0cbcedcb71
languageName: node
linkType: hard

"@bcoe/v8-coverage@npm:^0.2.3":
version: 0.2.3
resolution: "@bcoe/v8-coverage@npm:0.2.3"
Expand Down Expand Up @@ -374,7 +385,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@openapi-contrib/json-schema-to-openapi-schema@workspace:."
dependencies:
"@apidevtools/json-schema-ref-parser": "npm:^11.1.0"
"@apidevtools/json-schema-ref-parser": "npm:^11.6.2"
"@types/json-schema": "npm:^7.0.15"
"@typescript-eslint/eslint-plugin": "npm:^6.10.0"
"@typescript-eslint/parser": "npm:^6.10.0"
Expand Down

0 comments on commit 1056a81

Please sign in to comment.