Skip to content

Commit 8f5af05

Browse files
committed
fix: upgrade cross-spawn to 7.0.6 (CVE-2024-21538)
1 parent bb458d0 commit 8f5af05

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

npm-distribution/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
"dependencies": {
2020
"tar": "^7.1.0"
2121
},
22+
"overrides": {
23+
"cross-spawn": "^7.0.5"
24+
},
2225
"devDependencies": {
2326
"@types/tar": "6.1.13"
2427
},

0 commit comments

Comments
 (0)