From cff649784151fce3ed3c583d19a201947b9ef3bc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 21 Sep 2025 05:45:22 +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-IP-12704893 - https://snyk.io/vuln/SNYK-JS-IP-12761655 --- 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 46e9a00a020..a7d703f9d97 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -63,7 +63,7 @@ "uglifyjs-webpack-plugin": "1.1.6", "url-loader": "0.6.2", "webpack": "3.10.0", - "webpack-dev-server": "2.11.0", + "webpack-dev-server": "4.8.0", "webpack-manifest-plugin": "1.3.2", "whatwg-fetch": "2.0.3" },