From 15ae5a280b34b3ff4ed422a06550ef4728891976 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2019 09:49:57 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20webpack-bundle-analyzer=20in=20/vue/?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=AE=9E=E6=88=98/vue-back-platform?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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-back-platform/package.json" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/vue/\351\241\271\347\233\256\345\256\236\346\210\230/vue-back-platform/package.json" "b/vue/\351\241\271\347\233\256\345\256\236\346\210\230/vue-back-platform/package.json" index dc80fff..fcf6239 100644 --- "a/vue/\351\241\271\347\233\256\345\256\236\346\210\230/vue-back-platform/package.json" +++ "b/vue/\351\241\271\347\233\256\345\256\236\346\210\230/vue-back-platform/package.json" @@ -87,7 +87,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.6.0", "webpack-dev-server": "^2.9.1", "webpack-merge": "^4.1.0" },