From 6a48f676a792d7ab6347f48c2c095929e9f6fd91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 07:40:29 +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.13.1 to 4.13.2 - [Release notes](https://github.com/relative-ci/bundle-stats/releases) - [Commits](https://github.com/relative-ci/bundle-stats/compare/v4.13.1...v4.13.2) Updates `@bundle-stats/plugin-webpack-validate` from 4.13.1 to 4.13.2 - [Release notes](https://github.com/relative-ci/bundle-stats/releases) - [Commits](https://github.com/relative-ci/bundle-stats/compare/v4.13.1...v4.13.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 f40466b3..2c818b9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "4.2.7", "license": "MIT", "dependencies": { - "@bundle-stats/plugin-webpack-filter": "4.13.1", - "@bundle-stats/plugin-webpack-validate": "4.13.1", + "@bundle-stats/plugin-webpack-filter": "4.13.2", + "@bundle-stats/plugin-webpack-validate": "4.13.2", "core-js": "3.37.1", "cosmiconfig": "9.0.0", "debug": "4.3.4", @@ -1869,9 +1869,9 @@ "dev": true }, "node_modules/@bundle-stats/plugin-webpack-filter": { - "version": "4.13.1", - "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-filter/-/plugin-webpack-filter-4.13.1.tgz", - "integrity": "sha512-YajjYbyxtl9lKOCG+9WulSILpZPD282TqGB9tRwocI7xpP13b53WQd/7SIaOeoAafX5YTdm4DwGLX1OqJICI2g==", + "version": "4.13.2", + "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-filter/-/plugin-webpack-filter-4.13.2.tgz", + "integrity": "sha512-FU1i0DYBhIzY2hElvKSSEdazka4lpc9zP2zAYGmOmYkF6g4Omz+1DWH6a7MZv0cZhee8yIxaRNGkGy1R/llmtQ==", "engines": { "node": ">= 14.0" }, @@ -1880,9 +1880,9 @@ } }, "node_modules/@bundle-stats/plugin-webpack-validate": { - "version": "4.13.1", - "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-validate/-/plugin-webpack-validate-4.13.1.tgz", - "integrity": "sha512-f9Z+CQnsZ1iQUvgrO6p70ojzHHPyjPaGYNnOQNP02uy56FATn8qAiZw7r7ypBJqV1cCohy4mNMG4X7ncBUIWfw==", + "version": "4.13.2", + "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-validate/-/plugin-webpack-validate-4.13.2.tgz", + "integrity": "sha512-Rfdipz+uBsAIIDUo1D+ylD0RxXLCcznaxpodz9QCcd0/P5tkD8gnWh1MZcfZmLFaCnxvTyJMdKJHyjIJ7xyCbA==", "dependencies": { "lodash": "4.17.21", "superstruct": "1.0.4" diff --git a/package.json b/package.json index 531317b1..c7d9a4a5 100644 --- a/package.json +++ b/package.json @@ -61,8 +61,8 @@ "webpack": "5.91.0" }, "dependencies": { - "@bundle-stats/plugin-webpack-filter": "4.13.1", - "@bundle-stats/plugin-webpack-validate": "4.13.1", + "@bundle-stats/plugin-webpack-filter": "4.13.2", + "@bundle-stats/plugin-webpack-validate": "4.13.2", "core-js": "3.37.1", "cosmiconfig": "9.0.0", "debug": "4.3.4",