From 69b19862f8c2ba159d5b4fccf9d9796b2d8e8bf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 05:21:29 +0000 Subject: [PATCH] chore(deps-dev): bump webpack-bundle-analyzer from 3.9.0 to 4.7.0 Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) from 3.9.0 to 4.7.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/commits/v4.7.0) --- updated-dependencies: - dependency-name: webpack-bundle-analyzer dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f826ca415a00..79b61aa1f171 100644 --- a/package.json +++ b/package.json @@ -277,7 +277,7 @@ "stylelint-order": "^4.0.0", "theme-switcher": "^1.0.2", "typescript": "~3.9.2", - "webpack-bundle-analyzer": "^3.6.0", + "webpack-bundle-analyzer": "^4.7.0", "xhr-mock": "^2.4.1", "xhr2": "^0.2.0", "yaml-front-matter": "^4.0.0"