From f50c509184e5b584655314dcf9e736ff3c076a0e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Aug 2024 04:31: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-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 17a1c2fe59a..443d6883aa1 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -56,7 +56,7 @@ "react-dev-utils": "^0.5.1", "style-loader": "0.13.1", "url-loader": "0.5.7", - "webpack": "2.2.1", + "webpack": "5.94.0", "webpack-dev-server": "2.4.1", "webpack-manifest-plugin": "1.1.0", "whatwg-fetch": "2.0.2"