From 88e0faa677a53bc7f744bdce17b777d904ff72ab Mon Sep 17 00:00:00 2001 From: Calciumdibromid Bot Date: Tue, 14 Feb 2023 09:41:47 +0000 Subject: [PATCH] Update dependency webpack-bundle-analyzer to v4.8.0 (#1783) 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.7.0` -> `4.8.0`](https://renovatebot.com/diffs/npm/webpack-bundle-analyzer/4.7.0/4.8.0) | --- ### Release Notes
webpack-contrib/webpack-bundle-analyzer ### [`v4.8.0`](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/HEAD/CHANGELOG.md#​480) [Compare Source](https://github.com/webpack-contrib/webpack-bundle-analyzer/compare/v4.7.0...v4.8.0) - **Improvement** - Support reading large (>500MB) stats.json files ([#​423](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/423) by [@​henry-alakazhang](https://github.com/henry-alakazhang)) - Improve search UX by graying out non-matches ([#​554](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/554) by [@​starpit](https://github.com/starpit)) - **Internal** - Add Node.js v16.x to CI and update GitHub actions ([#​539](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/539) by [@​amareshsm](https://github.com/amareshsm))
--- ### 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. --- - [x] 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/1783 Reviewed-by: Epsilon_02 Co-authored-by: Calciumdibromid Bot Co-committed-by: Calciumdibromid Bot --- frontend/package.json | 2 +- frontend/yarn.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 1efd9ef2c..a6bf6b0d9 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -77,6 +77,6 @@ "prettier": "2.8.4", "ts-node": "10.9.1", "typescript": "4.9.5", - "webpack-bundle-analyzer": "4.7.0" + "webpack-bundle-analyzer": "4.8.0" } } diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 2009240ba..399908d45 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -9182,11 +9182,12 @@ wcwidth@^1.0.1: dependencies: defaults "^1.0.3" -webpack-bundle-analyzer@4.7.0: - version "4.7.0" - resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.7.0.tgz#33c1c485a7fcae8627c547b5c3328b46de733c66" - integrity sha512-j9b8ynpJS4K+zfO5GGwsAcQX4ZHpWV+yRiHDiL+bE0XHJ8NiPYLTNVQdlFYWxtpg9lfAQNlwJg16J9AJtFSXRg== +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== dependencies: + "@discoveryjs/json-ext" "0.5.7" acorn "^8.0.4" acorn-walk "^8.0.0" chalk "^4.1.0"