From e4d737e64177c0e218a0b0811b2ae8085bc52a1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2020 02:16:28 +0000 Subject: [PATCH] Bump webpack-bundle-analyzer from 2.13.1 to 3.8.0 in /frontend-vue Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) from 2.13.1 to 3.8.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.8.0) Signed-off-by: dependabot[bot] --- frontend-vue/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend-vue/package.json b/frontend-vue/package.json index 70774d9..e4c646d 100644 --- a/frontend-vue/package.json +++ b/frontend-vue/package.json @@ -47,7 +47,7 @@ "vue-style-loader": "^3.0.1", "vue-template-compiler": "^2.5.2", "webpack": "^3.6.0", - "webpack-bundle-analyzer": "^2.9.0", + "webpack-bundle-analyzer": "^3.8.0", "webpack-dev-server": "^2.9.1", "webpack-merge": "^4.1.0" },