From c40b70fc1e9b88ea7232810f5b4d5df1ed916f01 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 15 Feb 2025 09:05:36 +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-SERIALIZEJAVASCRIPT-6147607 --- 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 470b5374deb..b00e0b5331f 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -78,7 +78,7 @@ "terser-webpack-plugin": "2.3.5", "ts-pnp": "1.2.0", "url-loader": "2.3.0", - "webpack": "4.43.0", + "webpack": "5.98.0", "webpack-dev-server": "3.10.3", "webpack-manifest-plugin": "2.2.0", "workbox-webpack-plugin": "4.3.1"