From 818fda3e889177b01779b9bc91bae121fd061a38 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Nov 2021 21:01:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4c347d38d..7e9b554e5 100644 --- a/package.json +++ b/package.json @@ -152,7 +152,7 @@ "unfetch": "^3.0.0", "url-loader": "^0.5.8", "webpack": "^2.3.3", - "webpack-dev-server": "^2.4.5", + "webpack-dev-server": "^4.6.0", "webpack-plugin-replace": "^1.1.1", "which": "^1.2.14", "yargs": "^8.0.1"