From d53b6444104cb84a1cc6243284720475d9cbc836 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Dec 2024 07:18:41 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-8229906 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c506c14..c693e80 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "uuid": "^3.3.2", "webpack": "^4.14.0", "webpack-cli": "^3.0.8", - "webpack-dev-server": "^3.1.4" + "webpack-dev-server": "^5.2.0" }, "devDependencies": { "babel-core": "^6.26.3",