From a174d5b08ac5db42502fbeec3bb6375e74673bdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 07:18:52 +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.14.1 to 4.14.2 - [Release notes](https://github.com/relative-ci/bundle-stats/releases) - [Commits](https://github.com/relative-ci/bundle-stats/compare/v4.14.1...v4.14.2) Updates `@bundle-stats/plugin-webpack-validate` from 4.14.1 to 4.14.2 - [Release notes](https://github.com/relative-ci/bundle-stats/releases) - [Commits](https://github.com/relative-ci/bundle-stats/compare/v4.14.1...v4.14.2) --- updated-dependencies: - dependency-name: "@bundle-stats/plugin-webpack-filter" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: bundle-stats - dependency-name: "@bundle-stats/plugin-webpack-validate" dependency-type: direct:production update-type: version-update:semver-patch 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 3cbce0fb..7d56a31d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "4.2.10", "license": "MIT", "dependencies": { - "@bundle-stats/plugin-webpack-filter": "4.14.1", - "@bundle-stats/plugin-webpack-validate": "4.14.1", + "@bundle-stats/plugin-webpack-filter": "4.14.2", + "@bundle-stats/plugin-webpack-validate": "4.14.2", "core-js": "3.38.0", "cosmiconfig": "9.0.0", "debug": "4.3.6", @@ -1894,9 +1894,9 @@ "dev": true }, "node_modules/@bundle-stats/plugin-webpack-filter": { - "version": "4.14.1", - "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-filter/-/plugin-webpack-filter-4.14.1.tgz", - "integrity": "sha512-JguPnLtmGs2KG2eZpjWYbtpMM13d2ppz6HXq4OMVollaL5nchqei3rgdOpbuHgzc6QkyafQy+8o7v7kKcnl7xg==", + "version": "4.14.2", + "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-filter/-/plugin-webpack-filter-4.14.2.tgz", + "integrity": "sha512-6RF+Id+m3ZzH0DWV2A2N60w4aanAOJID/8jAFMinIJyEmUFHfDaeJuaxUg+AdKRTAzSDrb3rInBmFkCZQ+Fx6g==", "engines": { "node": ">= 14.0" }, @@ -1905,9 +1905,9 @@ } }, "node_modules/@bundle-stats/plugin-webpack-validate": { - "version": "4.14.1", - "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-validate/-/plugin-webpack-validate-4.14.1.tgz", - "integrity": "sha512-MyZqTT46/dhjzO3LYeH+6Re5k+doSzdVe4AqlztqFUVTD9KIdq6veC4necC96Ef3n4z7at0i/CQC7LT1FH/+OA==", + "version": "4.14.2", + "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-validate/-/plugin-webpack-validate-4.14.2.tgz", + "integrity": "sha512-2PuqsO2Vv3rOGh18tfSvm+RcJfbhuRXO2iPVtZxgkQXP9ZQv0khUuEYBnC6QRYSjr2rpdf04uNGsRjtHV1zAuA==", "dependencies": { "lodash": "4.17.21", "superstruct": "2.0.2" diff --git a/package.json b/package.json index 5f0b9cf6..20eb31a2 100644 --- a/package.json +++ b/package.json @@ -61,8 +61,8 @@ "webpack": "5.93.0" }, "dependencies": { - "@bundle-stats/plugin-webpack-filter": "4.14.1", - "@bundle-stats/plugin-webpack-validate": "4.14.1", + "@bundle-stats/plugin-webpack-filter": "4.14.2", + "@bundle-stats/plugin-webpack-validate": "4.14.2", "core-js": "3.38.0", "cosmiconfig": "9.0.0", "debug": "4.3.6",