Skip to content

Commit 825639c

Browse files
committed
fix: js-yaml prototype pollution
1 parent b3e1546 commit 825639c

9 files changed

+25
-66
lines changed

.pnp.cjs

Lines changed: 16 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
23.2 KB
Binary file not shown.
-85.5 KB
Binary file not shown.
-87.4 KB
Binary file not shown.
-111 KB
Binary file not shown.
105 KB
Binary file not shown.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@
108108
"brace-expansion": "^2.0.2",
109109
"cipher-base": "^1.0.5",
110110
"sha.js": "^2.4.12",
111-
"tmp": "^0.2.4"
111+
"tmp": "^0.2.4",
112+
"js-yaml": "^4.1.1"
112113
},
113114
"dependencies": {
114115
"dompurify": "^3.2.6",

packages/dashmate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"hasbin": "^1.2.3",
8080
"is-wsl": "2.2.0",
8181
"jayson": "^4.1.0",
82-
"js-yaml": "^4.1.0",
82+
"js-yaml": "^4.1.1",
8383
"listr2": "5.0.7",
8484
"lodash": "^4.17.21",
8585
"memory-streams": "^0.1.3",

yarn.lock

Lines changed: 6 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -6738,7 +6738,7 @@ __metadata:
67386738
hasbin: "npm:^1.2.3"
67396739
is-wsl: "npm:2.2.0"
67406740
jayson: "npm:^4.1.0"
6741-
js-yaml: "npm:^4.1.0"
6741+
js-yaml: "npm:^4.1.1"
67426742
listr2: "npm:5.0.7"
67436743
lodash: "npm:^4.17.21"
67446744
memory-streams: "npm:^0.1.3"
@@ -7960,7 +7960,7 @@ __metadata:
79607960
languageName: node
79617961
linkType: hard
79627962

7963-
"esprima@npm:^4.0.0, esprima@npm:^4.0.1, esprima@npm:~4.0.0":
7963+
"esprima@npm:^4.0.1, esprima@npm:~4.0.0":
79647964
version: 4.0.1
79657965
resolution: "esprima@npm:4.0.1"
79667966
bin:
@@ -10266,38 +10266,14 @@ __metadata:
1026610266
languageName: node
1026710267
linkType: hard
1026810268

10269-
"js-yaml@npm:3.13.1":
10270-
version: 3.13.1
10271-
resolution: "js-yaml@npm:3.13.1"
10272-
dependencies:
10273-
argparse: "npm:^1.0.7"
10274-
esprima: "npm:^4.0.0"
10275-
bin:
10276-
js-yaml: bin/js-yaml.js
10277-
checksum: cec89175b065743875fce53e63adc8b89aded77e18d00e54ff80c57ab730f22ccfddaf2fe3e6adab1d6dff59a3d55dd9ae6fc711d46335b7e94c32d3583a5627
10278-
languageName: node
10279-
linkType: hard
10280-
10281-
"js-yaml@npm:^3.10.0, js-yaml@npm:^3.13.0, js-yaml@npm:^3.13.1, js-yaml@npm:^3.14.1":
10282-
version: 3.14.1
10283-
resolution: "js-yaml@npm:3.14.1"
10284-
dependencies:
10285-
argparse: "npm:^1.0.7"
10286-
esprima: "npm:^4.0.0"
10287-
bin:
10288-
js-yaml: bin/js-yaml.js
10289-
checksum: 9e22d80b4d0105b9899135365f746d47466ed53ef4223c529b3c0f7a39907743fdbd3c4379f94f1106f02755b5e90b2faaf84801a891135544e1ea475d1a1379
10290-
languageName: node
10291-
linkType: hard
10292-
10293-
"js-yaml@npm:^4.1.0":
10294-
version: 4.1.0
10295-
resolution: "js-yaml@npm:4.1.0"
10269+
"js-yaml@npm:^4.1.1":
10270+
version: 4.1.1
10271+
resolution: "js-yaml@npm:4.1.1"
1029610272
dependencies:
1029710273
argparse: "npm:^2.0.1"
1029810274
bin:
1029910275
js-yaml: bin/js-yaml.js
10300-
checksum: c138a34a3fd0d08ebaf71273ad4465569a483b8a639e0b118ff65698d257c2791d3199e3f303631f2cb98213fa7b5f5d6a4621fd0fff819421b990d30d967140
10276+
checksum: a52d0519f0f4ef5b4adc1cde466cb54c50d56e2b4a983b9d5c9c0f2f99462047007a6274d7e95617a21d3c91fde3ee6115536ed70991cd645ba8521058b78f77
1030110277
languageName: node
1030210278
linkType: hard
1030310279

0 commit comments

Comments
 (0)