From b980c0d16748cee2a3abd9e0285df81e02da0161 Mon Sep 17 00:00:00 2001 From: Viorel Cojocaru Date: Thu, 27 Jun 2024 22:24:00 +0200 Subject: [PATCH] chore(deps): bump the bundle-stats group with 2 updates (#1135) 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.2 to 4.13.3 - [Release notes](https://github.com/relative-ci/bundle-stats/releases) - [Commits](https://github.com/relative-ci/bundle-stats/compare/v4.13.2...v4.13.3) Updates `@bundle-stats/plugin-webpack-validate` from 4.13.2 to 4.13.3 - [Release notes](https://github.com/relative-ci/bundle-stats/releases) - [Commits](https://github.com/relative-ci/bundle-stats/compare/v4.13.2...v4.13.3) --- 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 98d24a4a..b4f35d64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "4.2.8", "license": "MIT", "dependencies": { - "@bundle-stats/plugin-webpack-filter": "4.13.2", - "@bundle-stats/plugin-webpack-validate": "4.13.2", + "@bundle-stats/plugin-webpack-filter": "4.13.3", + "@bundle-stats/plugin-webpack-validate": "4.13.3", "core-js": "3.37.1", "cosmiconfig": "9.0.0", "debug": "4.3.5", @@ -1877,9 +1877,9 @@ "dev": true }, "node_modules/@bundle-stats/plugin-webpack-filter": { - "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==", + "version": "4.13.3", + "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-filter/-/plugin-webpack-filter-4.13.3.tgz", + "integrity": "sha512-jMMt2Hz5FgHMBT+52L2zsB14RJBLVjV9UxnFhpd8iH1JWgxTvQFmUG/FpubMdzhIXZx6QAHFslrtCSExgMYgtQ==", "engines": { "node": ">= 14.0" }, @@ -1888,9 +1888,9 @@ } }, "node_modules/@bundle-stats/plugin-webpack-validate": { - "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==", + "version": "4.13.3", + "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-validate/-/plugin-webpack-validate-4.13.3.tgz", + "integrity": "sha512-R7qGmWsWq5rhv/Zu6pS+d1S29gV1rxogl/udmbH/L4LysX+TxcotFENsCKn9J7nNBlmLyqDVZpynfGm14ywXjg==", "dependencies": { "lodash": "4.17.21", "superstruct": "1.0.4" diff --git a/package.json b/package.json index bd4512c7..9c27caf0 100644 --- a/package.json +++ b/package.json @@ -61,8 +61,8 @@ "webpack": "5.92.1" }, "dependencies": { - "@bundle-stats/plugin-webpack-filter": "4.13.2", - "@bundle-stats/plugin-webpack-validate": "4.13.2", + "@bundle-stats/plugin-webpack-filter": "4.13.3", + "@bundle-stats/plugin-webpack-validate": "4.13.3", "core-js": "3.37.1", "cosmiconfig": "9.0.0", "debug": "4.3.5",