From 3c4e05ad45a1f5f875497deb23f20f449df84eae Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 13 Apr 2021 12:40:28 +0000 Subject: [PATCH] [Security] Bump webpack-bundle-analyzer from 2.13.1 to 4.4.1 Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) from 2.13.1 to 4.4.1. **This update includes a security fix.** - [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...v4.4.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e57ff502..ebc507f8 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "vue-template-compiler": "^2.2.4", "vuex": "^2.3.1", "webpack": "^2.2.1", - "webpack-bundle-analyzer": "^2.2.1", + "webpack-bundle-analyzer": "^4.4.1", "webpack-dev-middleware": "^1.10.0", "webpack-hot-middleware": "^2.16.1", "webpack-merge": "^2.6.1",