From 91330db99014e3c5c4f693741c2ee5d36456f681 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2020 11:38:44 +0000 Subject: [PATCH] Bump webpack-bundle-analyzer from 2.13.1 to 3.6.0 Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) from 2.13.1 to 3.6.0. - [Release notes](https://github.com/webpack-contrib/webpack-bundle-analyzer/releases) - [Changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/webpack-bundle-analyzer/compare/v2.13.1...v3.6.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 85f06bf..1a44079 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "sw-precache-webpack-plugin": "0.11.4", "url-loader": "0.6.2", "webpack": "^3.8.1", - "webpack-bundle-analyzer": "^2.13.1", + "webpack-bundle-analyzer": "^3.6.0", "webpack-dev-server": "^2.9.4", "webpack-manifest-plugin": "1.3.2", "whatwg-fetch": "2.0.3",