Skip to content

Commit c93a3cc

Browse files
committed
fix: global-cli/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230
1 parent ddac2f6 commit c93a3cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

global-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"chalk": "^1.1.1",
24-
"cross-spawn": "^4.0.0",
24+
"cross-spawn": "^7.0.5",
2525
"minimist": "^1.2.0",
2626
"semver": "^5.0.3"
2727
}

0 commit comments

Comments
 (0)