From 38b03c12149fe1aae708b3c053b891c1562fc2fc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 21:38:00 +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 be6c434..e60562d 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "stylelint": "^7.1.0", "stylelint-config-standard": "^12.0.0", "url-loader": "^0.6.2", - "webpack": "^1.13.1", + "webpack": "^4.0.0", "webpack-dev-middleware": "^1.6.1", "webpack-hot-middleware": "^2.12.2" },