From 74528598bfdaa425487eeb25651b5ebb0c45ce71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2020 10:52:47 +0000 Subject: [PATCH] Bump webpack-bundle-analyzer in /htdocs/kmark/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] --- htdocs/kmark/FrontEnd/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/kmark/FrontEnd/package.json b/htdocs/kmark/FrontEnd/package.json index 5b18936..9b098c6 100644 --- a/htdocs/kmark/FrontEnd/package.json +++ b/htdocs/kmark/FrontEnd/package.json @@ -82,7 +82,7 @@ "vue-style-loader": "^2.0.0", "vue-template-compiler": "^2.2.4", "webpack": "^2.2.1", - "webpack-bundle-analyzer": "^2.2.1", + "webpack-bundle-analyzer": "^3.6.0", "webpack-dev-middleware": "^1.10.0", "webpack-hot-middleware": "^2.16.1", "webpack-merge": "^2.6.1"