Skip to content

Commit c1ea77f

Browse files
authored
chore(web): upgrade js-yaml and add resolution for graphql (#1933)
1 parent 9278753 commit c1ea77f

File tree

2 files changed

+15
-17
lines changed

2 files changed

+15
-17
lines changed

web/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
"i18next": "23.14.0",
149149
"i18next-browser-languagedetector": "8.0.0",
150150
"jotai": "2.9.3",
151-
"js-yaml": "4.1.0",
151+
"js-yaml": "4.1.1",
152152
"jszip": "3.10.1",
153153
"lexical": "0.38.2",
154154
"localforage": "1.10.0",
@@ -187,7 +187,8 @@
187187
},
188188
"resolutions": {
189189
"@types/node-fetch": "2.6.13",
190-
"glob": "^11.1.0"
190+
"glob": "^11.1.0",
191+
"graphql": "16.12.0"
191192
},
192193
"packageManager": "yarn@4.6.0"
193194
}

web/yarn.lock

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6266,7 +6266,7 @@ __metadata:
62666266
i18next-browser-languagedetector: "npm:8.0.0"
62676267
i18next-parser: "npm:9.0.2"
62686268
jotai: "npm:2.9.3"
6269-
js-yaml: "npm:4.1.0"
6269+
js-yaml: "npm:4.1.1"
62706270
jsdom: "npm:27.1.0"
62716271
jszip: "npm:3.10.1"
62726272
lexical: "npm:0.38.2"
@@ -14611,20 +14611,6 @@ __metadata:
1461114611
languageName: node
1461214612
linkType: hard
1461314613

14614-
"graphql@npm:14 - 16":
14615-
version: 16.6.0
14616-
resolution: "graphql@npm:16.6.0"
14617-
checksum: 10c0/3a2c15ff58b69d017618d2b224fa6f3c4a7937e1f711c3a5e0948db536b4931e6e649560b53de7cc26735e027ceea6e2d0a6bb7c29fc4639b290313e3aa71618
14618-
languageName: node
14619-
linkType: hard
14620-
14621-
"graphql@npm:15.8.0":
14622-
version: 15.8.0
14623-
resolution: "graphql@npm:15.8.0"
14624-
checksum: 10c0/30cc09b77170a9d1ed68e4c017ec8c5265f69501c96e4f34f8f6613f39a886c96dd9853eac925f212566ed651736334c8fe24ceae6c44e8d7625c95c3009a801
14625-
languageName: node
14626-
linkType: hard
14627-
1462814614
"graphql@npm:16.12.0":
1462914615
version: 16.12.0
1463014616
resolution: "graphql@npm:16.12.0"
@@ -15832,6 +15818,17 @@ __metadata:
1583215818
languageName: node
1583315819
linkType: hard
1583415820

15821+
"js-yaml@npm:4.1.1":
15822+
version: 4.1.1
15823+
resolution: "js-yaml@npm:4.1.1"
15824+
dependencies:
15825+
argparse: "npm:^2.0.1"
15826+
bin:
15827+
js-yaml: bin/js-yaml.js
15828+
checksum: 10c0/561c7d7088c40a9bb53cc75becbfb1df6ae49b34b5e6e5a81744b14ae8667ec564ad2527709d1a6e7d5e5fa6d483aa0f373a50ad98d42fde368ec4a190d4fae7
15829+
languageName: node
15830+
linkType: hard
15831+
1583515832
"jsbn@npm:1.1.0":
1583615833
version: 1.1.0
1583715834
resolution: "jsbn@npm:1.1.0"

0 commit comments

Comments
 (0)