Skip to content

Commit 3f931a6

Browse files
Update dependency js-yaml to v4 [SECURITY]
1 parent 2fa11f5 commit 3f931a6

File tree

2 files changed

+13
-23
lines changed

2 files changed

+13
-23
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"handlebars": "^4.7.7",
3838
"http-proxy-middleware": "^0.20.0",
3939
"https-proxy-agent": "^2.2.3",
40-
"js-yaml": "^3.13.1",
40+
"js-yaml": "^4.1.1",
4141
"jwt-decode": "^2.2.0",
4242
"lodash": "^4.17.21",
4343
"mem": "^6.0.0",
@@ -71,7 +71,7 @@
7171
"supertest": "^6.3.3"
7272
},
7373
"resolutions": {
74-
"js-yaml": "3.14.1",
74+
"js-yaml": "^4.1.1",
7575
"lodash": "^4.17.21",
7676
"handlebars": "^4.7.7",
7777
"mem": "^6.0.0",

yarn.lock

Lines changed: 11 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -937,12 +937,10 @@ __metadata:
937937
languageName: node
938938
linkType: hard
939939

940-
"argparse@npm:^1.0.7":
941-
version: 1.0.10
942-
resolution: "argparse@npm:1.0.10"
943-
dependencies:
944-
sprintf-js: "npm:~1.0.2"
945-
checksum: 10/c6a621343a553ff3779390bb5ee9c2263d6643ebcd7843227bdde6cc7adbed796eb5540ca98db19e3fd7b4714e1faa51551f8849b268bb62df27ddb15cbcd91e
940+
"argparse@npm:^2.0.1":
941+
version: 2.0.1
942+
resolution: "argparse@npm:2.0.1"
943+
checksum: 10/18640244e641a417ec75a9bd38b0b2b6b95af5199aa241b131d4b2fb206f334d7ecc600bd194861610a5579084978bfcbb02baa399dbe442d56d0ae5e60dbaef
946944
languageName: node
947945
linkType: hard
948946

@@ -1347,7 +1345,7 @@ __metadata:
13471345
http-proxy-middleware: "npm:^0.20.0"
13481346
https-proxy-agent: "npm:^2.2.3"
13491347
istanbul: "npm:^0.4.5"
1350-
js-yaml: "npm:^3.13.1"
1348+
js-yaml: "npm:^4.1.1"
13511349
jsonwebtoken: "npm:^9.0.0"
13521350
jwt-decode: "npm:^2.2.0"
13531351
lodash: "npm:^4.17.21"
@@ -2325,7 +2323,7 @@ __metadata:
23252323
languageName: node
23262324
linkType: hard
23272325

2328-
"esprima@npm:^4.0.0, esprima@npm:^4.0.1":
2326+
"esprima@npm:^4.0.1":
23292327
version: 4.0.1
23302328
resolution: "esprima@npm:4.0.1"
23312329
bin:
@@ -3471,15 +3469,14 @@ __metadata:
34713469
languageName: node
34723470
linkType: hard
34733471

3474-
"js-yaml@npm:3.14.1":
3475-
version: 3.14.1
3476-
resolution: "js-yaml@npm:3.14.1"
3472+
"js-yaml@npm:^4.1.1":
3473+
version: 4.1.1
3474+
resolution: "js-yaml@npm:4.1.1"
34773475
dependencies:
3478-
argparse: "npm:^1.0.7"
3479-
esprima: "npm:^4.0.0"
3476+
argparse: "npm:^2.0.1"
34803477
bin:
34813478
js-yaml: bin/js-yaml.js
3482-
checksum: 10/9e22d80b4d0105b9899135365f746d47466ed53ef4223c529b3c0f7a39907743fdbd3c4379f94f1106f02755b5e90b2faaf84801a891135544e1ea475d1a1379
3479+
checksum: 10/a52d0519f0f4ef5b4adc1cde466cb54c50d56e2b4a983b9d5c9c0f2f99462047007a6274d7e95617a21d3c91fde3ee6115536ed70991cd645ba8521058b78f77
34833480
languageName: node
34843481
linkType: hard
34853482

@@ -5239,13 +5236,6 @@ __metadata:
52395236
languageName: node
52405237
linkType: hard
52415238

5242-
"sprintf-js@npm:~1.0.2":
5243-
version: 1.0.3
5244-
resolution: "sprintf-js@npm:1.0.3"
5245-
checksum: 10/c34828732ab8509c2741e5fd1af6b767c3daf2c642f267788f933a65b1614943c282e74c4284f4fa749c264b18ee016a0d37a3e5b73aee446da46277d3a85daa
5246-
languageName: node
5247-
linkType: hard
5248-
52495239
"stack-chain@npm:^1.3.7":
52505240
version: 1.3.7
52515241
resolution: "stack-chain@npm:1.3.7"

0 commit comments

Comments
 (0)