From 85372a4928697a2bd7752787d5228d5d4f5b0103 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 10:28:21 +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-DEBUG-3227433 --- 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 e7cf28e192..952833f797 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -82,7 +82,7 @@ "terser-webpack-plugin": "4.2.3", "ts-pnp": "1.2.0", "url-loader": "4.1.1", - "webpack": "4.44.2", + "webpack": "5.0.0", "webpack-dev-server": "3.11.0", "webpack-manifest-plugin": "2.2.0", "workbox-webpack-plugin": "5.1.4"