From bd3ca11bee94e970b3d3d27c95317ee9ac6b9ab1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Mar 2020 07:44:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ACORN-559469 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d818866f29c8c..f8e47af404ed3 100644 --- a/package.json +++ b/package.json @@ -194,8 +194,8 @@ "url": "0.11.0", "uuid": "3.3.2", "valid-url": "1.0.9", - "webpack": "4.20.2", - "webpack-bundle-analyzer": "3.0.3", + "webpack": "4.29.0", + "webpack-bundle-analyzer": "3.1.0", "webpack-cli": "3.1.2", "webpack-dev-middleware": "3.4.0", "webpack-rtl-plugin": "1.7.0",