From b916cf282945dc6e3f2b423155bfe79139afddb2 Mon Sep 17 00:00:00 2001 From: Calciumdibromid Bot Date: Wed, 7 Jun 2023 10:13:35 +0000 Subject: [PATCH] Update dependency webpack-bundle-analyzer to v4.9.0 (#1925) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) | devDependencies | minor | [`4.8.0` -> `4.9.0`](https://renovatebot.com/diffs/npm/webpack-bundle-analyzer/4.8.0/4.9.0) | --- ### Release Notes
webpack-contrib/webpack-bundle-analyzer ### [`v4.9.0`](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/HEAD/CHANGELOG.md#​490) [Compare Source](https://github.com/webpack-contrib/webpack-bundle-analyzer/compare/v4.8.0...v4.9.0) - **Improvement** - Display modules included in concatenated entry modules on Webpack 5 when "Show content of concatenated modules" is checked ([#​602](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/602) by [@​pgoldberg](https://github.com/pgoldberg))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: cabr2-bot Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1925 Reviewed-by: Epsilon_02 Co-authored-by: Calciumdibromid Bot Co-committed-by: Calciumdibromid Bot --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 84e14acf..f962129a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -77,6 +77,6 @@ "prettier": "2.8.8", "ts-node": "10.9.1", "typescript": "5.0.4", - "webpack-bundle-analyzer": "4.8.0" + "webpack-bundle-analyzer": "4.9.0" } } diff --git a/frontend/yarn.lock b/frontend/yarn.lock index dfb098aa..781816a5 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -8724,10 +8724,10 @@ wcwidth@^1.0.1: dependencies: defaults "^1.0.3" -webpack-bundle-analyzer@4.8.0: - version "4.8.0" - resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.8.0.tgz#951b8aaf491f665d2ae325d8b84da229157b1d04" - integrity sha512-ZzoSBePshOKhr+hd8u6oCkZVwpVaXgpw23ScGLFpR6SjYI7+7iIWYarjN6OEYOfRt8o7ZyZZQk0DuMizJ+LEIg== +webpack-bundle-analyzer@4.9.0: + version "4.9.0" + resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.9.0.tgz#fc093c4ab174fd3dcbd1c30b763f56d10141209d" + integrity sha512-+bXGmO1LyiNx0i9enBu3H8mv42sj/BJWhZNFwjz92tVnBa9J3JMGo2an2IXlEleoDOPn/Hofl5hr/xCpObUDtw== dependencies: "@discoveryjs/json-ext" "0.5.7" acorn "^8.0.4"