From 49c31929a940db69f8b2448816c52ad7205905f8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Dec 2024 04:52:48 +0000 Subject: [PATCH] fix: packages/react-scripts/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-8229906 --- packages/react-scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index 17a1c2fe59a..cb5ead95ea9 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -57,7 +57,7 @@ "style-loader": "0.13.1", "url-loader": "0.5.7", "webpack": "2.2.1", - "webpack-dev-server": "2.4.1", + "webpack-dev-server": "5.2.0", "webpack-manifest-plugin": "1.1.0", "whatwg-fetch": "2.0.2" },