From f60a10bce0d7ce19d1e423f675a230f07c5a6fdc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 8 Apr 2021 21:20:13 +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-SSRI-1085630 --- 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 7170e4ff98b..9200dfc1a9b 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -60,7 +60,7 @@ "style-loader": "0.23.0", "terser-webpack-plugin": "1.1.0", "url-loader": "1.1.1", - "webpack": "4.19.1", + "webpack": "4.26.0", "webpack-dev-server": "3.1.9", "webpack-manifest-plugin": "2.0.4", "workbox-webpack-plugin": "3.6.2"