From 556f8a6f98197ad855f99383ab7867534047d896 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 04:19:28 +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 519d60eceba..3485291be2d 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -83,7 +83,7 @@ "ts-pnp": "1.2.0", "url-loader": "4.1.1", "webpack": "4.44.2", - "webpack-dev-server": "3.11.1", + "webpack-dev-server": "4.8.0", "webpack-manifest-plugin": "2.2.0", "workbox-webpack-plugin": "5.1.4" },