From ea54eae9d7958213ef21ee7280d78c2e7ed7d274 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 08:47:11 +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-14114940 --- 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" },