Skip to content

Commit 750b023

Browse files
committed
feat(deps): upgrade walker dependency
BREAKING CHANGE: Upgrade walker and json schema parser dependency
1 parent bb82a2d commit 750b023

File tree

2 files changed

+13
-20
lines changed

2 files changed

+13
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"dependencies": {
3939
"@apidevtools/json-schema-ref-parser": "^12.0.2",
40-
"json-schema-walker": "^2.0.0",
40+
"json-schema-walker": "^3.0.0",
4141
"openapi-types": "^12.1.3",
4242
"yargs": "^17.7.2"
4343
},

yarn.lock

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,6 @@ __metadata:
55
version: 8
66
cacheKey: 10c0
77

8-
"@apidevtools/json-schema-ref-parser@npm:^11.1.0":
9-
version: 11.7.2
10-
resolution: "@apidevtools/json-schema-ref-parser@npm:11.7.2"
11-
dependencies:
12-
"@jsdevtools/ono": "npm:^7.1.3"
13-
"@types/json-schema": "npm:^7.0.15"
14-
js-yaml: "npm:^4.1.0"
15-
checksum: 10c0/90dd8e60e25ccfe5c7de2453de893d5f5bb7c6cabcce028edf0678a119f0e433f422d730aa14fd718542e80fa7b3acf40923d69dc8e9f6c25603842b76ad2f16
16-
languageName: node
17-
linkType: hard
18-
198
"@apidevtools/json-schema-ref-parser@npm:^12.0.2":
209
version: 12.0.2
2110
resolution: "@apidevtools/json-schema-ref-parser@npm:12.0.2"
@@ -527,7 +516,7 @@ __metadata:
527516
eslint-plugin-prettier: "npm:^5.4.0"
528517
eslint-plugin-unused-imports: "npm:^4.1.4"
529518
globals: "npm:^16.1.0"
530-
json-schema-walker: "npm:^2.0.0"
519+
json-schema-walker: "npm:^3.0.0"
531520
nock: "npm:^14.0.4"
532521
openapi-types: "npm:^12.1.3"
533522
prettier: "npm:^3.5.3"
@@ -2131,13 +2120,17 @@ __metadata:
21312120
languageName: node
21322121
linkType: hard
21332122

2134-
"json-schema-walker@npm:^2.0.0":
2135-
version: 2.0.0
2136-
resolution: "json-schema-walker@npm:2.0.0"
2123+
"json-schema-walker@npm:^3.0.0":
2124+
version: 3.0.0
2125+
resolution: "json-schema-walker@npm:3.0.0"
21372126
dependencies:
2138-
"@apidevtools/json-schema-ref-parser": "npm:^11.1.0"
2127+
"@apidevtools/json-schema-ref-parser": "npm:^12.0.2"
2128+
"@eslint/compat": "npm:^1.2.9"
2129+
"@eslint/js": "npm:^9.27.0"
21392130
clone: "npm:^2.1.2"
2140-
checksum: 10c0/be257826bbaa615349dbf6594826403938c50a9906e52407fcd8191b4f31cfcf22310efbd762382e8c9cbdcc6a75d4f3f9348c3bd6763a7b0eb4f70009b92f6d
2131+
globals: "npm:^16.1.0"
2132+
typescript-eslint: "npm:^8.32.1"
2133+
checksum: 10c0/348b529634727ac36d3770ef2fde4369134d3b17593e88450a60900c1c2cfc0c130e857697933060bdc4037e3ecb77dde9aa44f5eb249f4f410ec4aaaacdf079
21412134
languageName: node
21422135
linkType: hard
21432136

@@ -3334,11 +3327,11 @@ __metadata:
33343327

33353328
"typescript@patch:typescript@npm%3A^5.8.3#optional!builtin<compat/typescript>":
33363329
version: 5.8.3
3337-
resolution: "typescript@patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>::version=5.8.3&hash=cef18b"
3330+
resolution: "typescript@patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>::version=5.8.3&hash=5786d5"
33383331
bin:
33393332
tsc: bin/tsc
33403333
tsserver: bin/tsserver
3341-
checksum: 10c0/92ea03509e06598948559ddcdd8a4ae5a7ab475766d5589f1b796f5731b3d631a4c7ddfb86a3bd44d58d10102b132cd4b4994dda9b63e6273c66d77d6a271dbd
3334+
checksum: 10c0/39117e346ff8ebd87ae1510b3a77d5d92dae5a89bde588c747d25da5c146603a99c8ee588c7ef80faaf123d89ed46f6dbd918d534d641083177d5fac38b8a1cb
33423335
languageName: node
33433336
linkType: hard
33443337

0 commit comments

Comments
 (0)