Skip to content

Commit c2cc741

Browse files
committed
fix: 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 c2cc741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"babel-preset-es2016": "6.11.3",
3737
"babel-preset-react": "6.11.1",
3838
"chalk": "1.1.3",
39-
"cross-spawn": "4.0.0",
39+
"cross-spawn": "7.0.5",
4040
"css-loader": "0.23.1",
4141
"eslint": "3.1.1",
4242
"eslint-loader": "1.4.1",

0 commit comments

Comments
 (0)