From 141b5e5449b259797c5d66fa87466aeee766af3f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Mar 2020 21:51:20 +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 0a94c39bd2d..10e60679250 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -67,7 +67,7 @@ "style-loader": "0.23.1", "terser-webpack-plugin": "1.2.1", "url-loader": "1.1.2", - "webpack": "4.28.3", + "webpack": "4.29.0", "webpack-dev-server": "3.1.14", "webpack-manifest-plugin": "2.0.4", "workbox-webpack-plugin": "3.6.3"