From 3ee1c1635c2091fb606d12858f79fb805c2ebbec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 07:53:01 +0000 Subject: [PATCH] chore(deps): bump the bundle-stats group with 2 updates Bumps the bundle-stats group with 2 updates: [@bundle-stats/plugin-webpack-filter](https://github.com/relative-ci/bundle-stats) and [@bundle-stats/plugin-webpack-validate](https://github.com/relative-ci/bundle-stats). Updates `@bundle-stats/plugin-webpack-filter` from 4.9.2 to 4.10.0 - [Release notes](https://github.com/relative-ci/bundle-stats/releases) - [Commits](https://github.com/relative-ci/bundle-stats/compare/v4.9.2...v4.10.0) Updates `@bundle-stats/plugin-webpack-validate` from 4.9.2 to 4.10.0 - [Release notes](https://github.com/relative-ci/bundle-stats/releases) - [Commits](https://github.com/relative-ci/bundle-stats/compare/v4.9.2...v4.10.0) --- updated-dependencies: - dependency-name: "@bundle-stats/plugin-webpack-filter" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundle-stats - dependency-name: "@bundle-stats/plugin-webpack-validate" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundle-stats ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0f91403a..a1cc5791 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "4.2.4", "license": "MIT", "dependencies": { - "@bundle-stats/plugin-webpack-filter": "4.9.2", - "@bundle-stats/plugin-webpack-validate": "4.9.2", + "@bundle-stats/plugin-webpack-filter": "4.10.0", + "@bundle-stats/plugin-webpack-validate": "4.10.0", "core-js": "3.35.1", "cosmiconfig": "9.0.0", "debug": "4.3.4", @@ -1847,9 +1847,9 @@ "dev": true }, "node_modules/@bundle-stats/plugin-webpack-filter": { - "version": "4.9.2", - "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-filter/-/plugin-webpack-filter-4.9.2.tgz", - "integrity": "sha512-VKOtvKgoCv0heyh9dyU2qUoMlqfexGbyXXEEKt+WgT07MMYc9ny/KHcLThWCJC/Lk7q2aHpH2xFvrEvNOyBNSQ==", + "version": "4.10.0", + "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-filter/-/plugin-webpack-filter-4.10.0.tgz", + "integrity": "sha512-Vbt/M895trD3IfGAW9L6MTehJLs9ZQhOvRfvPCpCzlQ/F+fmzzjYrqbt13ZQ9g1f6aZ3Dw55rkOwwTW7CBlsXw==", "engines": { "node": ">= 14.0" }, @@ -1858,9 +1858,9 @@ } }, "node_modules/@bundle-stats/plugin-webpack-validate": { - "version": "4.9.2", - "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-validate/-/plugin-webpack-validate-4.9.2.tgz", - "integrity": "sha512-U1qFh1ldUTCPOWkgfwCXZ5TRbDrjGdZBaI5C1cqXkZZfcavW7WB8EDgwD0yefmXsOf6InkfltvFIPTow3Bpeyg==", + "version": "4.10.0", + "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-validate/-/plugin-webpack-validate-4.10.0.tgz", + "integrity": "sha512-lUG7VaR1HNImJfsy1dKpdO0X/pXk08d5ju140DP5SAQcoOa3Icz98guY0izpgVBvYyJDySX1g0tD2Gf46R+27A==", "dependencies": { "lodash": "4.17.21", "superstruct": "1.0.3" diff --git a/package.json b/package.json index 9bc20f93..51fe83f5 100644 --- a/package.json +++ b/package.json @@ -61,8 +61,8 @@ "webpack": "5.90.0" }, "dependencies": { - "@bundle-stats/plugin-webpack-filter": "4.9.2", - "@bundle-stats/plugin-webpack-validate": "4.9.2", + "@bundle-stats/plugin-webpack-filter": "4.10.0", + "@bundle-stats/plugin-webpack-validate": "4.10.0", "core-js": "3.35.1", "cosmiconfig": "9.0.0", "debug": "4.3.4",