From e515c53c21d3340adf4c10d34aa5637062319707 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 15:48:29 +0000 Subject: [PATCH] bump webpack-bundle-analyzer from 4.10.2 to 5.3.0 Bumps [webpack-bundle-analyzer](https://github.com/webpack/webpack-bundle-analyzer) from 4.10.2 to 5.3.0. - [Release notes](https://github.com/webpack/webpack-bundle-analyzer/releases) - [Changelog](https://github.com/webpack/webpack-bundle-analyzer/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-bundle-analyzer/compare/v4.10.2...v5.3.0) --- updated-dependencies: - dependency-name: webpack-bundle-analyzer dependency-version: 5.3.0 dependency-type: direct:production 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 3339421..4289f38 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "style-loader": "^4.0.0", "terser-webpack-plugin": "^5.3.14", "ts-loader": "^9.5.4", - "webpack-bundle-analyzer": "^4.10.2", + "webpack-bundle-analyzer": "^5.3.0", "webpack-fix-style-only-entries": "^0.6.1", "webpack-manifest-plugin": "^5.0.1" },