Skip to content

Commit e2cecef

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692
1 parent ddac2f6 commit e2cecef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"react-scripts": "./bin/react-scripts.js"
2525
},
2626
"dependencies": {
27-
"autoprefixer": "6.3.7",
27+
"autoprefixer": "10.0.0",
2828
"babel-core": "6.10.4",
2929
"babel-eslint": "6.1.2",
3030
"babel-loader": "6.2.4",
@@ -37,7 +37,7 @@
3737
"babel-preset-react": "6.11.1",
3838
"chalk": "1.1.3",
3939
"cross-spawn": "4.0.0",
40-
"css-loader": "0.23.1",
40+
"css-loader": "5.0.0",
4141
"eslint": "3.1.1",
4242
"eslint-loader": "1.4.1",
4343
"eslint-plugin-import": "1.10.3",
@@ -48,7 +48,7 @@
4848
"html-webpack-plugin": "2.22.0",
4949
"json-loader": "0.5.4",
5050
"opn": "4.0.2",
51-
"postcss-loader": "0.9.1",
51+
"postcss-loader": "4.0.0",
5252
"rimraf": "2.5.3",
5353
"semver": "^5.3.0",
5454
"style-loader": "0.13.1",

0 commit comments

Comments
 (0)