From a5b0a671b45c8f850cd0bb0dc56637f9ed27affb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Mar 2020 02:13:49 +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-ACORN-559469 --- 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 07ddf87532d..518db6228d0 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -68,7 +68,7 @@ "terser-webpack-plugin": "1.1.0", "thread-loader": "1.2.0", "url-loader": "1.1.1", - "webpack": "4.19.1", + "webpack": "4.29.0", "webpack-dev-server": "3.1.8", "webpack-manifest-plugin": "2.0.4", "whatwg-fetch": "3.0.0"