From 15d46e1ed5d108b53556dcd66cbcb43a8b0214b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 07:37:03 +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.15.0 to 4.15.1 - [Release notes](https://github.com/relative-ci/bundle-stats/releases) - [Commits](https://github.com/relative-ci/bundle-stats/compare/v4.15.0...v4.15.1) Updates `@bundle-stats/plugin-webpack-validate` from 4.15.0 to 4.15.1 - [Release notes](https://github.com/relative-ci/bundle-stats/releases) - [Commits](https://github.com/relative-ci/bundle-stats/compare/v4.15.0...v4.15.1) --- 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 9b9d421d..26e855ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "4.2.11", "license": "MIT", "dependencies": { - "@bundle-stats/plugin-webpack-filter": "4.15.0", - "@bundle-stats/plugin-webpack-validate": "4.15.0", + "@bundle-stats/plugin-webpack-filter": "4.15.1", + "@bundle-stats/plugin-webpack-validate": "4.15.1", "core-js": "3.38.1", "cosmiconfig": "9.0.0", "debug": "4.3.6", @@ -1855,9 +1855,9 @@ "dev": true }, "node_modules/@bundle-stats/plugin-webpack-filter": { - "version": "4.15.0", - "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-filter/-/plugin-webpack-filter-4.15.0.tgz", - "integrity": "sha512-DQIFkcAkH4VjrDiaoe02c7n5ShGYHIdSMihwDAvRk/4x4PQ1v0/W1kyPxs71glj+6iSddumqNIE28G0DQ4mTQA==", + "version": "4.15.1", + "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-filter/-/plugin-webpack-filter-4.15.1.tgz", + "integrity": "sha512-NCQy/KvCeGNyRfcB4IoMFIfCmA4U448rHCnVIV5l4xr1QAaeVR2fQqdhoNZEzwKvsmbpfEk3fTwNuB7ZPIGBhw==", "engines": { "node": ">= 14.0" }, @@ -1866,9 +1866,9 @@ } }, "node_modules/@bundle-stats/plugin-webpack-validate": { - "version": "4.15.0", - "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-validate/-/plugin-webpack-validate-4.15.0.tgz", - "integrity": "sha512-AKj6okcTFgQMFnJg3rSrLDw4dQ2U9I0WGecKf4qzeW3MsoSgnTW58ZBCebIoODEatw7bhawBlXhkl6tvjkjY4A==", + "version": "4.15.1", + "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-validate/-/plugin-webpack-validate-4.15.1.tgz", + "integrity": "sha512-VycwooUWK3yCAWK2fKN7Qr2ies+Ujzvq0LmAs7zYUUkCKfQgBeyY/vLfq8WrsS17poVJ+05XCJQavQm6IQEldg==", "dependencies": { "lodash": "4.17.21", "superstruct": "2.0.2" diff --git a/package.json b/package.json index 7fb127d4..ee22ca4c 100644 --- a/package.json +++ b/package.json @@ -61,8 +61,8 @@ "webpack": "5.94.0" }, "dependencies": { - "@bundle-stats/plugin-webpack-filter": "4.15.0", - "@bundle-stats/plugin-webpack-validate": "4.15.0", + "@bundle-stats/plugin-webpack-filter": "4.15.1", + "@bundle-stats/plugin-webpack-validate": "4.15.1", "core-js": "3.38.1", "cosmiconfig": "9.0.0", "debug": "4.3.6",