From da2cb6b556ae95a71670176bfd29a7244afea086 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Nov 2023 14:13:01 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7612acd..925e4b6 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "react-dom": "^15.3.2", "react-router": "^2.8.1", "redux": "^3.6.0", - "webpack": "^1.13.2" + "webpack": "^2.2.0" }, "devDependencies": { "babel-core": "^6.17.0",