From 0f54fbfdb5e328bbe549ed7ef45849acdc1d328c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 07:02: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.16.0 to 4.17.0 - [Release notes](https://github.com/relative-ci/bundle-stats/releases) - [Commits](https://github.com/relative-ci/bundle-stats/compare/v4.16.0...v4.17.0) Updates `@bundle-stats/plugin-webpack-validate` from 4.16.0 to 4.17.0 - [Release notes](https://github.com/relative-ci/bundle-stats/releases) - [Commits](https://github.com/relative-ci/bundle-stats/compare/v4.16.0...v4.17.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 652afa42..bb55edd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "4.2.13", "license": "MIT", "dependencies": { - "@bundle-stats/plugin-webpack-filter": "4.16.0", - "@bundle-stats/plugin-webpack-validate": "4.16.0", + "@bundle-stats/plugin-webpack-filter": "4.17.0", + "@bundle-stats/plugin-webpack-validate": "4.17.0", "core-js": "3.38.1", "cosmiconfig": "9.0.0", "debug": "4.3.7", @@ -1772,9 +1772,9 @@ "dev": true }, "node_modules/@bundle-stats/plugin-webpack-filter": { - "version": "4.16.0", - "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-filter/-/plugin-webpack-filter-4.16.0.tgz", - "integrity": "sha512-+U5l8GSIvARjfPOrp+Nxjw0dGkr9rQVGtof5dqmamt7RmYUBnVsjZy85N4LJypivjEzSFOlRl79i/oqSCCT1/A==", + "version": "4.17.0", + "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-filter/-/plugin-webpack-filter-4.17.0.tgz", + "integrity": "sha512-sGC1c7oiRNKY19OLNB2Yha88Yt+UC7OJWlk8O6HBvN/OO8ACvZ6DuxRMNBXMyP0cDDAJlcY9v9rzy0bbnegzAw==", "engines": { "node": ">= 14.0" }, @@ -1783,9 +1783,9 @@ } }, "node_modules/@bundle-stats/plugin-webpack-validate": { - "version": "4.16.0", - "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-validate/-/plugin-webpack-validate-4.16.0.tgz", - "integrity": "sha512-2i+iGMOBS1uPy7nZR9apHbdx8x+FBO9iW69J3IOvAoliwE/KHl2mBpXAUhg8U4f/Sv3ujfue2VFaVlP1gIqyLQ==", + "version": "4.17.0", + "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-validate/-/plugin-webpack-validate-4.17.0.tgz", + "integrity": "sha512-dsCAIYiQ1ohRt7wyR5gfQCT3OKLjHxRZ3F/uL0gnBO56+xnvDzO/s+A5QO4EerlXIRIUBW8JWWuYAhe8ccdFjA==", "dependencies": { "lodash": "4.17.21", "superstruct": "2.0.2" diff --git a/package.json b/package.json index e7fdd9e0..5d321fd8 100644 --- a/package.json +++ b/package.json @@ -61,8 +61,8 @@ "webpack": "5.95.0" }, "dependencies": { - "@bundle-stats/plugin-webpack-filter": "4.16.0", - "@bundle-stats/plugin-webpack-validate": "4.16.0", + "@bundle-stats/plugin-webpack-filter": "4.17.0", + "@bundle-stats/plugin-webpack-validate": "4.17.0", "core-js": "3.38.1", "cosmiconfig": "9.0.0", "debug": "4.3.7",