From 5eeeb3cd03de77e3e3c4c97a604d1c6af089e7c3 Mon Sep 17 00:00:00 2001 From: Calciumdibromid Bot Date: Thu, 25 Aug 2022 13:01:38 +0200 Subject: [PATCH] Update dependency webpack-bundle-analyzer to v4.6.1 (#1518) 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 | patch | [`4.6.0` -> `4.6.1`](https://renovatebot.com/diffs/npm/webpack-bundle-analyzer/4.6.0/4.6.1) | --- ### Release Notes
webpack-contrib/webpack-bundle-analyzer ### [`v4.6.1`](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/HEAD/CHANGELOG.md#​461) [Compare Source](https://github.com/webpack-contrib/webpack-bundle-analyzer/compare/v4.6.0...v4.6.1) - **Bug Fix** - fix outputting different URL in cli mode ([#​524](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/524) by [@​southorange1228](https://github.com/southorange1228))
--- ### 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/1518 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 8a0de9775..1fd6f9c33 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.6.0" + "webpack-bundle-analyzer": "4.6.1" } } diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 3d46a0bcd..5a74ec209 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -8418,10 +8418,10 @@ wcwidth@^1.0.1: dependencies: defaults "^1.0.3" -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== +webpack-bundle-analyzer@4.6.1: + version "4.6.1" + resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.6.1.tgz#bee2ee05f4ba4ed430e4831a319126bb4ed9f5a6" + integrity sha512-oKz9Oz9j3rUciLNfpGFjOb49/jEpXNmWdVH8Ls//zNcnLlQdTGXQQMsBbb/gR7Zl8WNLxVCq+0Hqbx3zv6twBw== dependencies: acorn "^8.0.4" acorn-walk "^8.0.0"