From 3a0ce736936a13838127ea735447e55d1b555768 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:23:35 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7612acd..13c56fa 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": "^4.0.0" }, "devDependencies": { "babel-core": "^6.17.0",