From 7c4c5cbf6f436418edc7deebe02c48a89e56f0d9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Oct 2024 04:56:41 +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 123f966d035..ea98f53d679 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -52,7 +52,7 @@ "style-loader": "0.18.2", "sw-precache-webpack-plugin": "0.11.4", "url-loader": "0.5.9", - "webpack": "3.5.1", + "webpack": "5.0.0", "webpack-dev-server": "2.8.2", "webpack-manifest-plugin": "1.2.1", "whatwg-fetch": "2.0.3"