From 9be9b6897603f9b4f3835304e46ae4a01960b6e3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Oct 2024 00:26:34 +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 e5008ca406d..928bb350373 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -67,7 +67,7 @@ "thread-loader": "1.1.5", "uglifyjs-webpack-plugin": "1.2.5", "url-loader": "1.0.1", - "webpack": "4.8.3", + "webpack": "5.0.0", "webpack-dev-server": "3.1.4", "webpack-manifest-plugin": "2.0.3", "whatwg-fetch": "2.0.4"