From 8ce955ac0cedfb65ecde7d86553b193f2a071df0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 19 Sep 2020 06:43:55 +0000 Subject: [PATCH] fix: upgrade webpack-bundle-analyzer from 3.8.0 to 3.9.0 Snyk has created this PR to upgrade webpack-bundle-analyzer from 3.8.0 to 3.9.0. See this package in npm: https://www.npmjs.com/package/webpack-bundle-analyzer See this project in Snyk: https://app.snyk.io/org/randytarampi/project/e095fb25-a87f-4931-a0ba-08adee4c492b?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bac12c8..9156a73 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "sinon": "^9.0.3", "vinyl-paths": "^3.0.1", "webpack": "^4.44.1", - "webpack-bundle-analyzer": "^3.8.0", + "webpack-bundle-analyzer": "^3.9.0", "webpack-cli": "^3.3.12", "webpack-node-externals": "^2.5.2" },