From e706af53fe571d5ec4efd51db1cf3634b0d67121 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 22 Sep 2025 20:48:16 +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 a21817920a..47af7f0ec7 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -78,7 +78,7 @@ "ts-pnp": "1.1.4", "url-loader": "2.1.0", "webpack": "4.41.0", - "webpack-dev-server": "3.2.1", + "webpack-dev-server": "4.8.0", "webpack-manifest-plugin": "2.1.1", "workbox-webpack-plugin": "4.3.1" },