From b21e6e2ce9fddf93451c9af68e18c6c56aaeb9c5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Aug 2024 07:56:24 +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-WEBPACK-7840298 --- 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 ffae0fa304b..dd328af6a33 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -82,7 +82,7 @@ "terser-webpack-plugin": "4.2.3", "ts-pnp": "1.2.0", "url-loader": "4.1.1", - "webpack": "4.44.2", + "webpack": "5.94.0", "webpack-dev-server": "3.11.1", "webpack-manifest-plugin": "2.2.0", "workbox-webpack-plugin": "5.1.4"