From 0857b3e94ce1ebb403868f6a6240a3fab6960bce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 16 Oct 2024 11:11:55 +0000 Subject: [PATCH] fix: packages/react-scripts/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://dev.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 9d92e63c390..19f654080d4 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -76,7 +76,7 @@ "terser-webpack-plugin": "2.1.3", "ts-pnp": "1.1.4", "url-loader": "2.1.0", - "webpack": "4.41.0", + "webpack": "5.0.0", "webpack-dev-server": "3.2.1", "webpack-manifest-plugin": "2.1.1", "workbox-webpack-plugin": "4.3.1"