From 6e460a7e24005db2d568b9e2fcca6f8c3eb5e036 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2019 03:40:52 +0000 Subject: [PATCH] Bump webpack-bundle-analyzer from 2.13.1 to 3.6.0 in /vue-dgd 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] --- vue-dgd/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue-dgd/package.json b/vue-dgd/package.json index 6bd0613..7a4bb01 100644 --- a/vue-dgd/package.json +++ b/vue-dgd/package.json @@ -54,7 +54,7 @@ "vue-template-compiler": "^2.5.2", "watchpack": "^1.4.0", "webpack": "^3.6.0", - "webpack-bundle-analyzer": "^2.9.0", + "webpack-bundle-analyzer": "^3.6.0", "webpack-dev-server": "^2.9.1", "webpack-merge": "^4.1.0" },