From 0242c5887ed0d3eeacc3107c5be8f679577360b1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 16 Apr 2021 01:32:11 +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-1246392 --- 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 469e003bab1..a69cd58dc16 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -63,7 +63,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"