From 7e4c5b5d6fe06038836a87ba4e06d505abacc00b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 May 2022 16:17:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EVENTSOURCE-2823375 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4c347d38d..2af070a3c 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": "^3.1.10", "webpack-plugin-replace": "^1.1.1", "which": "^1.2.14", "yargs": "^8.0.1"