From 039d8aa2c246de75d0b499955c54b70b5701d115 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 18:53:21 +0000 Subject: [PATCH] Bump webpack-bundle-analyzer in the webpack-packages group Bumps the webpack-packages group with 1 update: [webpack-bundle-analyzer](https://github.com/webpack/webpack-bundle-analyzer). Updates `webpack-bundle-analyzer` from 5.3.0 to 5.3.1 - [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/v5.3.0...v5.3.1) --- updated-dependencies: - dependency-name: webpack-bundle-analyzer dependency-version: 5.3.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: webpack-packages ... Signed-off-by: dependabot[bot] --- packages/coriolis/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/coriolis/package.json b/packages/coriolis/package.json index 6502800a..c1aae51a 100644 --- a/packages/coriolis/package.json +++ b/packages/coriolis/package.json @@ -87,7 +87,7 @@ "typedoc-plugin-merge-modules": "^7.0.0", "typescript": "^5.9.3", "webpack": "^5.108.4", - "webpack-bundle-analyzer": "^5.3.0", + "webpack-bundle-analyzer": "^5.3.1", "webpack-cli": "^7.2.1", "webpack-dev-middleware": "^8.0.3" } diff --git a/yarn.lock b/yarn.lock index ed88aa10..ba2f8ab4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7092,10 +7092,10 @@ weak-lru-cache@^1.2.2: resolved "https://registry.yarnpkg.com/weak-lru-cache/-/weak-lru-cache-1.2.2.tgz#fdbb6741f36bae9540d12f480ce8254060dccd19" integrity sha512-DEAoo25RfSYMuTGc9vPJzZcZullwIqRDSI9LOy+fkCJPi6hykCnfKaXTuPBDuXAUcqHXyOgFtHNp/kB2FjYHbw== -webpack-bundle-analyzer@^5.3.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-5.3.0.tgz#ca289e08f2f5e39964a9988c38ff3090559392bf" - integrity sha512-PEhAoqiJ+47d0uLMx/+zo5XOvaU+Vk6N2ZLht7H3n09QLy/fhyvqGNwjdRUHJDgMN8crBR2ZwVHkIswT3Xuawg== +webpack-bundle-analyzer@^5.3.1: + version "5.3.1" + resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-5.3.1.tgz#cc966b30f3dd7e2c63b41df1633c0928dce4b77f" + integrity sha512-wP2EusncRGL1tZyMHC/umLkjPdYMkTL9nPEKh8G8dkYCJ9TyF6xnXFqjhdqmv5J900irN/g0P5jMvLT22krEXQ== dependencies: "@discoveryjs/json-ext" "^0.6.3" acorn "^8.0.4"