Skip to content

Commit 1056a81

Browse files
authored
dep: upgrade json parser (#49)
1 parent 6cc5fa8 commit 1056a81

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"node": ">=18"
2626
},
2727
"dependencies": {
28-
"@apidevtools/json-schema-ref-parser": "^11.1.0",
28+
"@apidevtools/json-schema-ref-parser": "^11.6.2",
2929
"json-schema-walker": "^2.0.0",
3030
"openapi-types": "^12.1.3",
3131
"yargs": "^17.7.2"

Diff for: yarn.lock

+12-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,17 @@ __metadata:
2525
languageName: node
2626
linkType: hard
2727

28+
"@apidevtools/json-schema-ref-parser@npm:^11.6.2":
29+
version: 11.6.2
30+
resolution: "@apidevtools/json-schema-ref-parser@npm:11.6.2"
31+
dependencies:
32+
"@jsdevtools/ono": "npm:^7.1.3"
33+
"@types/json-schema": "npm:^7.0.15"
34+
js-yaml: "npm:^4.1.0"
35+
checksum: 9fa6bf2aae47294ef1e283a2e57a0b61c6934c3549059948e421b5dea06d13ab12165801ecb999f85b89b5794394963e0f27a17349172bd2a0894e0cbcedcb71
36+
languageName: node
37+
linkType: hard
38+
2839
"@bcoe/v8-coverage@npm:^0.2.3":
2940
version: 0.2.3
3041
resolution: "@bcoe/v8-coverage@npm:0.2.3"
@@ -374,7 +385,7 @@ __metadata:
374385
version: 0.0.0-use.local
375386
resolution: "@openapi-contrib/json-schema-to-openapi-schema@workspace:."
376387
dependencies:
377-
"@apidevtools/json-schema-ref-parser": "npm:^11.1.0"
388+
"@apidevtools/json-schema-ref-parser": "npm:^11.6.2"
378389
"@types/json-schema": "npm:^7.0.15"
379390
"@typescript-eslint/eslint-plugin": "npm:^6.10.0"
380391
"@typescript-eslint/parser": "npm:^6.10.0"

0 commit comments

Comments
 (0)