From 23b05a496f23458add6ead39db92115acc6d9d7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 20:53:32 +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.4 to 4.14.0 - [Release notes](https://github.com/relative-ci/bundle-stats/releases) - [Commits](https://github.com/relative-ci/bundle-stats/compare/v4.13.4...v4.14.0) Updates `@bundle-stats/plugin-webpack-validate` from 4.13.4 to 4.14.0 - [Release notes](https://github.com/relative-ci/bundle-stats/releases) - [Commits](https://github.com/relative-ci/bundle-stats/compare/v4.13.4...v4.14.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 e0e31a6b..55c9a680 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "4.2.9", "license": "MIT", "dependencies": { - "@bundle-stats/plugin-webpack-filter": "4.13.4", - "@bundle-stats/plugin-webpack-validate": "4.13.4", + "@bundle-stats/plugin-webpack-filter": "4.14.0", + "@bundle-stats/plugin-webpack-validate": "4.14.0", "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.13.4", - "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-filter/-/plugin-webpack-filter-4.13.4.tgz", - "integrity": "sha512-xD7ryfX8zN30J9l/TDF/zo/wTehHFAw/vg003JYcMPADPANKzmp1DjH+04BokRjbDJvIqqNVpDEjM/lNlWMLdA==", + "version": "4.14.0", + "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-filter/-/plugin-webpack-filter-4.14.0.tgz", + "integrity": "sha512-/p8kMPHyFNcmpgQIOIFkSYObQQUf5F5Gbzsy+dgH+QXSGEppyI1m5Os4BJEBzqS8jUewwzcKVDIQCg2pWoKNAw==", "engines": { "node": ">= 14.0" }, @@ -1905,9 +1905,9 @@ } }, "node_modules/@bundle-stats/plugin-webpack-validate": { - "version": "4.13.4", - "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-validate/-/plugin-webpack-validate-4.13.4.tgz", - "integrity": "sha512-PixpLpjwsJjAkgz9g+xg8LerfLVhERFkKctFcHeBvPP2vAxTcmGO1Ci/QgfvIxre4jk/LOlTlawRATrEV2QxMA==", + "version": "4.14.0", + "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-validate/-/plugin-webpack-validate-4.14.0.tgz", + "integrity": "sha512-VLXk50dAriPXM4i1HfH3rX6rKXKqnU7EKI/xkUaRfGgSCiMWsLfNpA/T+gv3CYYXM/HqCM2tXOy3dc9V5OIh8w==", "dependencies": { "lodash": "4.17.21", "superstruct": "2.0.2" diff --git a/package.json b/package.json index f3f26c63..8ef2ed2d 100644 --- a/package.json +++ b/package.json @@ -61,8 +61,8 @@ "webpack": "5.93.0" }, "dependencies": { - "@bundle-stats/plugin-webpack-filter": "4.13.4", - "@bundle-stats/plugin-webpack-validate": "4.13.4", + "@bundle-stats/plugin-webpack-filter": "4.14.0", + "@bundle-stats/plugin-webpack-validate": "4.14.0", "core-js": "3.38.0", "cosmiconfig": "9.0.0", "debug": "4.3.6",