From c0fa26319a9d0685edae8882b1b8ad90259db4bd Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sat, 29 Nov 2025 02:53:49 +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-NODEFORGE-14125745 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-14125097 --- 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..2a273d47bec 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.7.3", "webpack-manifest-plugin": "2.2.0", "workbox-webpack-plugin": "5.1.4" },