Skip to content

Commit bb9982d

Browse files
authored
chore: fix cross-spawn vuln (#23)
1 parent 01f9dee commit bb9982d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,14 @@
4242
"lodash.isempty": "^4.4.0",
4343
"lodash.sortby": "^4.7.0",
4444
"micromatch": "4.0.8",
45-
"snyk-nodejs-lockfile-parser": "1.58.13",
45+
"snyk-nodejs-lockfile-parser": "1.58.14",
4646
"snyk-resolve-deps": "4.8.0"
4747
},
48+
"overrides": {
49+
"@yarnpkg/core": {
50+
"cross-spawn": "^7.0.5"
51+
}
52+
},
4853
"devDependencies": {
4954
"@types/jest": "^29.5.3",
5055
"@types/node": "^20.4.5",

0 commit comments

Comments
 (0)