Skip to content

Commit 164c80b

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

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
@@ -38,18 +38,18 @@
3838
"chalk": "1.1.3",
3939
"cross-spawn": "4.0.0",
4040
"css-loader": "0.23.1",
41-
"eslint": "3.1.1",
41+
"eslint": "6.0.0",
4242
"eslint-loader": "1.4.1",
4343
"eslint-plugin-import": "1.10.3",
4444
"eslint-plugin-react": "5.2.2",
4545
"extract-text-webpack-plugin": "1.0.1",
4646
"file-loader": "0.9.0",
47-
"fs-extra": "^0.30.0",
47+
"fs-extra": "^1.0.0",
4848
"html-webpack-plugin": "2.22.0",
4949
"json-loader": "0.5.4",
5050
"opn": "4.0.2",
5151
"postcss-loader": "0.9.1",
52-
"rimraf": "2.5.3",
52+
"rimraf": "4.0.0",
5353
"semver": "^5.3.0",
5454
"style-loader": "0.13.1",
5555
"url-loader": "0.5.7",

0 commit comments

Comments
 (0)