From f54ff6a7304f47d50d12f90ba51e7ba70d9c51e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2019 00:40:52 +0000 Subject: [PATCH] Bump webpack-bundle-analyzer from 2.13.1 to 3.6.0 in /interface/frontend 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] --- interface/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/frontend/package.json b/interface/frontend/package.json index 9bf48f16..de61eba9 100644 --- a/interface/frontend/package.json +++ b/interface/frontend/package.json @@ -109,7 +109,7 @@ "vue-test-utils": "^1.0.0-beta.6", "vuex": "^3.0.1", "webpack": "^2.6.1", - "webpack-bundle-analyzer": "^2.2.1", + "webpack-bundle-analyzer": "^3.6.0", "webpack-dev-middleware": "^1.10.0", "webpack-hot-middleware": "^2.19.1", "webpack-merge": "^4.1.0"