From b76588088c1d9ddf7e09c00dfc1f726dcdb9b68b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2019 03:08:10 +0000 Subject: [PATCH] Bump webpack-bundle-analyzer from 2.9.1 to 3.3.2 in /vuehr Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) from 2.9.1 to 3.3.2. - [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.9.1...v3.3.2) Signed-off-by: dependabot[bot] --- vuehr/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vuehr/package-lock.json b/vuehr/package-lock.json index 26f612f..11ccc07 100644 --- a/vuehr/package-lock.json +++ b/vuehr/package-lock.json @@ -10814,9 +10814,9 @@ } }, "webpack-bundle-analyzer": { - "version": "3.5.0", - "resolved": "https://registry.npm.taobao.org/webpack-bundle-analyzer/download/webpack-bundle-analyzer-3.5.0.tgz", - "integrity": "sha1-yCEwpJCgX5JnqllWhxrvV03/UHQ=", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.6.0.tgz", + "integrity": "sha512-orUfvVYEfBMDXgEKAKVvab5iQ2wXneIEorGNsyuOyVYpjYrI7CUOhhXNDd3huMwQ3vNNWWlGP+hzflMFYNzi2g==", "dev": true, "requires": { "acorn": "^6.0.7", -- GitLab