From 61cc4ffd303458547d494f1ee42a43c3057ceffe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 Sep 2021 21:11:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2f6b9db..f5cfdf9 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "babel-loader": "^8.0.2", "webpack": "^5.10.0", "webpack-cli": "^4.2.0", - "webpack-dev-server": "^3.11.0" + "webpack-dev-server": "^4.0.0" }, "scripts": { "bundle": "env NODE_ENV=production webpack --mode production",