From 229a2568f5779fa039a55ae7d27e038786c2874b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 22:14:13 +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.8.4 to 4.9.2 - [Release notes](https://github.com/relative-ci/bundle-stats/releases) - [Commits](https://github.com/relative-ci/bundle-stats/compare/v4.8.4...v4.9.2) Updates `@bundle-stats/plugin-webpack-validate` from 4.8.4 to 4.9.2 - [Release notes](https://github.com/relative-ci/bundle-stats/releases) - [Commits](https://github.com/relative-ci/bundle-stats/compare/v4.8.4...v4.9.2) --- 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 97cbd2a3..4b09a9e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "4.2.3", "license": "MIT", "dependencies": { - "@bundle-stats/plugin-webpack-filter": "4.8.4", - "@bundle-stats/plugin-webpack-validate": "4.8.4", + "@bundle-stats/plugin-webpack-filter": "4.9.2", + "@bundle-stats/plugin-webpack-validate": "4.9.2", "core-js": "3.35.0", "cosmiconfig": "9.0.0", "debug": "4.3.4", @@ -1848,9 +1848,9 @@ "dev": true }, "node_modules/@bundle-stats/plugin-webpack-filter": { - "version": "4.8.4", - "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-filter/-/plugin-webpack-filter-4.8.4.tgz", - "integrity": "sha512-y2bo1FTh2dVMa5NdtYr9d8cI5280E2kKcgRVbpOeEKO2pDdnW+vRojmOnHIpDdXLPqMJBMBWJOH+Y9W2kVV9Pg==", + "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==", "engines": { "node": ">= 14.0" }, @@ -1859,9 +1859,9 @@ } }, "node_modules/@bundle-stats/plugin-webpack-validate": { - "version": "4.8.4", - "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-validate/-/plugin-webpack-validate-4.8.4.tgz", - "integrity": "sha512-/5Pr+nTakUpuWwfquB9Ya0SyRHnDEyQgZrxo8r57wSd6IIMFrQfQ6w8qyEtAFD+FIF70rDVBiSeu3D7bqT04Yw==", + "version": "4.9.2", + "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-validate/-/plugin-webpack-validate-4.9.2.tgz", + "integrity": "sha512-U1qFh1ldUTCPOWkgfwCXZ5TRbDrjGdZBaI5C1cqXkZZfcavW7WB8EDgwD0yefmXsOf6InkfltvFIPTow3Bpeyg==", "dependencies": { "lodash": "4.17.21", "superstruct": "1.0.3" diff --git a/package.json b/package.json index 7d680d27..0e8d16ce 100644 --- a/package.json +++ b/package.json @@ -61,8 +61,8 @@ "webpack": "5.89.0" }, "dependencies": { - "@bundle-stats/plugin-webpack-filter": "4.8.4", - "@bundle-stats/plugin-webpack-validate": "4.8.4", + "@bundle-stats/plugin-webpack-filter": "4.9.2", + "@bundle-stats/plugin-webpack-validate": "4.9.2", "core-js": "3.35.0", "cosmiconfig": "9.0.0", "debug": "4.3.4",