Skip to content

Commit d5e17e1

Browse files
authored
chore(web): set resolution for js-yaml to v4.1.1 (#1936)
1 parent e380df4 commit d5e17e1

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

web/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@
188188
"resolutions": {
189189
"@types/node-fetch": "2.6.13",
190190
"glob": "^11.1.0",
191-
"graphql": "16.12.0"
191+
"graphql": "16.12.0",
192+
"js-yaml": "4.1.1"
192193
},
193194
"packageManager": "yarn@4.6.0"
194195
}

web/yarn.lock

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15807,17 +15807,6 @@ __metadata:
1580715807
languageName: node
1580815808
linkType: hard
1580915809

15810-
"js-yaml@npm:4.1.0, js-yaml@npm:^4.1.0":
15811-
version: 4.1.0
15812-
resolution: "js-yaml@npm:4.1.0"
15813-
dependencies:
15814-
argparse: "npm:^2.0.1"
15815-
bin:
15816-
js-yaml: bin/js-yaml.js
15817-
checksum: 10c0/184a24b4eaacfce40ad9074c64fd42ac83cf74d8c8cd137718d456ced75051229e5061b8633c3366b8aada17945a7a356b337828c19da92b51ae62126575018f
15818-
languageName: node
15819-
linkType: hard
15820-
1582115810
"js-yaml@npm:4.1.1":
1582215811
version: 4.1.1
1582315812
resolution: "js-yaml@npm:4.1.1"

0 commit comments

Comments
 (0)