From 70b8d28882a6a2df4fcd9bae11a0dcf3b811765b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2020 04:18:29 +0000 Subject: [PATCH] Bump webpack-bundle-analyzer in /EventRegistration-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] --- EventRegistration-Frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EventRegistration-Frontend/package.json b/EventRegistration-Frontend/package.json index 3263dac..ccd744a 100644 --- a/EventRegistration-Frontend/package.json +++ b/EventRegistration-Frontend/package.json @@ -78,7 +78,7 @@ "vue-style-loader": "^3.0.1", "vue-template-compiler": "^2.4.2", "webpack": "^2.6.1", - "webpack-bundle-analyzer": "^2.2.1", + "webpack-bundle-analyzer": "^3.6.0", "webpack-dev-middleware": "^1.10.0", "webpack-hot-middleware": "^2.18.0", "webpack-merge": "^4.1.0"