From bd0283c42b6b8d7e3c062222aff374fe5ff7789b Mon Sep 17 00:00:00 2001 From: Calciumdibromid Bot Date: Fri, 19 Aug 2022 15:16:22 +0200 Subject: [PATCH] Update dependency webpack-bundle-analyzer to v4.6.0 (#1513) 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.5.0` -> `4.6.0`](https://renovatebot.com/diffs/npm/webpack-bundle-analyzer/4.5.0/4.6.0) | --- ### Release Notes
webpack-contrib/webpack-bundle-analyzer ### [`v4.6.0`](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/HEAD/CHANGELOG.md#​460) [Compare Source](https://github.com/webpack-contrib/webpack-bundle-analyzer/compare/v4.5.0...v4.6.0) - **New Feature** - Support outputting different URL in server mode ([#​520](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/520) by [@​southorange1228](https://github.com/southorange1228)) - Use deterministic chunk colors (#[501](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/501) by [@​CreativeTechGuy](https://github.com/CreativeTechGuy))
--- ### 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, click this checkbox. --- 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/1513 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 8bb105d21..0f81df64f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -75,6 +75,6 @@ "prettier": "2.7.1", "ts-node": "10.9.1", "typescript": "4.7.4", - "webpack-bundle-analyzer": "4.5.0" + "webpack-bundle-analyzer": "4.6.0" } } diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 71be853ff..3bee6293c 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -8411,10 +8411,10 @@ wcwidth@^1.0.1: dependencies: defaults "^1.0.3" -webpack-bundle-analyzer@4.5.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.5.0.tgz#1b0eea2947e73528754a6f9af3e91b2b6e0f79d5" - integrity sha512-GUMZlM3SKwS8Z+CKeIFx7CVoHn3dXFcUAjT/dcZQQmfSZGvitPfMob2ipjai7ovFFqPvTqkEZ/leL4O0YOdAYQ== +webpack-bundle-analyzer@4.6.0: + version "4.6.0" + resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.6.0.tgz#37cebc936a0c516a628aee895c6be59c4d8e141d" + integrity sha512-V3RcBMHW1aEclxgmYA9VxLKNJ/rYEe/BRcShxeYX+kerGu93PZB0gb0R8CW9lwvyQSfhln+flCCirdpTvwnESQ== dependencies: acorn "^8.0.4" acorn-walk "^8.0.0"