From dca2e01c875c19a8c8282bed2f0954c5b992830e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 Sep 2018 07:35:41 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:mem:20180117 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 82d7b92852..db35d8afe8 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "glob": "^7.1.1", - "webpack": "^3.10.0", + "webpack": "^4.0.0", "extract-text-webpack-plugin": "2.0.0-beta.4", "node-sass": "4.0.0", "sass-loader": "4.1.0",