From 6ecd3bd804dce91833edc0aa8584bc1270eff1b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 05:56:32 +0000 Subject: [PATCH] Bump rollup-plugin-webpack-stats from 2.1.6 to 2.1.8 Bumps [rollup-plugin-webpack-stats](https://github.com/relative-ci/rollup-plugin-webpack-stats) from 2.1.6 to 2.1.8. - [Release notes](https://github.com/relative-ci/rollup-plugin-webpack-stats/releases) - [Commits](https://github.com/relative-ci/rollup-plugin-webpack-stats/compare/v2.1.6...v2.1.8) --- updated-dependencies: - dependency-name: rollup-plugin-webpack-stats dependency-version: 2.1.8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index d9ac9bf..69ec0d2 100644 --- a/package.json +++ b/package.json @@ -367,7 +367,7 @@ "prettier": "^3.6.2", "react-refresh": "^0.18.0", "rimraf": "^2.5.4", - "rollup-plugin-webpack-stats": "2.1.6", + "rollup-plugin-webpack-stats": "2.1.8", "terser": "^5.44.1", "typescript": "^5.9.2", "yarn-deduplicate": "^6.0.2" diff --git a/yarn.lock b/yarn.lock index 8454d9c..900ecee 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13187,17 +13187,17 @@ rollup-plugin-node-resolve@^3.0.0: is-module "^1.0.0" resolve "^1.1.6" -rollup-plugin-stats@1.5.1: - version "1.5.1" - resolved "https://registry.yarnpkg.com/rollup-plugin-stats/-/rollup-plugin-stats-1.5.1.tgz#dd66c6cb881aeed89f9d6cb91933e5509b3df62e" - integrity sha512-WXx9F3i57DLKkB8mt6Zw3jN9sS8YOqTsfvuOG8RW0D95Wn5KHt2e9POh8sYWODgmTsiKK0Nm54ZjxLnp7yeCDw== +rollup-plugin-stats@1.5.3: + version "1.5.3" + resolved "https://registry.yarnpkg.com/rollup-plugin-stats/-/rollup-plugin-stats-1.5.3.tgz#e3a8b38f4b1f46aa70e63bc792583084b8eb1743" + integrity sha512-0IYVGhsFTjcddpqcElzU7Mi4vmDLihCCTH5QgCCgWpNY1VKMXVoEpxmCmGjivtJKLzI6t5QIicsPBC93UWWN2g== -rollup-plugin-webpack-stats@2.1.6: - version "2.1.6" - resolved "https://registry.yarnpkg.com/rollup-plugin-webpack-stats/-/rollup-plugin-webpack-stats-2.1.6.tgz#bff2772f7a9ada327763e6a098456f78cf066479" - integrity sha512-njKotmo0lWIbrTKJ5CrIPk9DuDsQziOo73rE3aQIAhecJj5o0ECBbE0vxgMor37o6TQ/IEAK8pDxzs4CqLdIJw== +rollup-plugin-webpack-stats@2.1.8: + version "2.1.8" + resolved "https://registry.yarnpkg.com/rollup-plugin-webpack-stats/-/rollup-plugin-webpack-stats-2.1.8.tgz#74196ffe75144051c021872b71898b4170cfc84c" + integrity sha512-agc1OE+QwG3sGeTSdruh16DkxPb6QkgR7I3gntPDFHMXsK1bR2ADHUVod1eoE+epAOqiv3idx/hcSqZAI3a1yg== dependencies: - rollup-plugin-stats "1.5.1" + rollup-plugin-stats "1.5.3" rollup@^0.41.4: version "0.41.6"