From 09d163fd98cd0d655929d6514d02e965c6602d3c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Oct 2024 02:38:12 +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-ELLIPTIC-8187303 --- 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 0a94c39bd2..71abb27e71 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -67,7 +67,7 @@ "style-loader": "0.23.1", "terser-webpack-plugin": "1.2.1", "url-loader": "1.1.2", - "webpack": "4.28.3", + "webpack": "5.0.0", "webpack-dev-server": "3.1.14", "webpack-manifest-plugin": "2.0.4", "workbox-webpack-plugin": "3.6.3"