From b1a87b2a858a69fbee43127e8569f3a47c08add0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 05:15:13 +0000 Subject: [PATCH] chore(deps-dev): bump webpack-bundle-analyzer from 3.9.0 to 4.6.0 Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) from 3.9.0 to 4.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/commits/v4.6.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..8a1d0ca01729 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.6.0", "xhr-mock": "^2.4.1", "xhr2": "^0.2.0", "yaml-front-matter": "^4.0.0"