Skip to content

Commit 97ea5d7

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

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"autoprefixer": "6.3.7",
2828
"babel-core": "6.10.4",
2929
"babel-eslint": "6.1.2",
30-
"babel-loader": "6.2.4",
30+
"babel-loader": "8.2.4",
3131
"babel-plugin-syntax-trailing-function-commas": "6.8.0",
3232
"babel-plugin-transform-class-properties": "6.10.2",
3333
"babel-plugin-transform-object-rest-spread": "6.8.0",
@@ -37,23 +37,23 @@
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": "4.0.0",
4141
"eslint": "3.1.1",
42-
"eslint-loader": "1.4.1",
42+
"eslint-loader": "4.0.0",
4343
"eslint-plugin-import": "1.10.3",
4444
"eslint-plugin-react": "5.2.2",
4545
"extract-text-webpack-plugin": "1.0.1",
46-
"file-loader": "0.9.0",
46+
"file-loader": "6.0.0",
4747
"fs-extra": "^0.30.0",
48-
"html-webpack-plugin": "2.22.0",
48+
"html-webpack-plugin": "5.0.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",
54-
"style-loader": "0.13.1",
55-
"url-loader": "0.5.7",
56-
"webpack": "1.13.1",
54+
"style-loader": "1.1.4",
55+
"url-loader": "4.0.0",
56+
"webpack": "5.0.0",
5757
"webpack-dev-server": "1.14.1"
5858
},
5959
"devDependencies": {

0 commit comments

Comments
 (0)