From 58d930da6d415253b229cf47099e762e8de7f80b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 07:29:39 +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.3 to 4.13.4 - [Release notes](https://github.com/relative-ci/bundle-stats/releases) - [Commits](https://github.com/relative-ci/bundle-stats/compare/v4.13.3...v4.13.4) Updates `@bundle-stats/plugin-webpack-validate` from 4.13.3 to 4.13.4 - [Release notes](https://github.com/relative-ci/bundle-stats/releases) - [Commits](https://github.com/relative-ci/bundle-stats/compare/v4.13.3...v4.13.4) --- 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 | 24 ++++++++++++------------ package.json | 4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index bb2f9bfb..5c323f5d 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.3", - "@bundle-stats/plugin-webpack-validate": "4.13.3", + "@bundle-stats/plugin-webpack-filter": "4.13.4", + "@bundle-stats/plugin-webpack-validate": "4.13.4", "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.3", - "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-filter/-/plugin-webpack-filter-4.13.3.tgz", - "integrity": "sha512-jMMt2Hz5FgHMBT+52L2zsB14RJBLVjV9UxnFhpd8iH1JWgxTvQFmUG/FpubMdzhIXZx6QAHFslrtCSExgMYgtQ==", + "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==", "engines": { "node": ">= 14.0" }, @@ -1888,12 +1888,12 @@ } }, "node_modules/@bundle-stats/plugin-webpack-validate": { - "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==", + "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==", "dependencies": { "lodash": "4.17.21", - "superstruct": "1.0.4" + "superstruct": "2.0.2" }, "engines": { "node": ">= 14.0" @@ -15304,9 +15304,9 @@ } }, "node_modules/superstruct": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/superstruct/-/superstruct-1.0.4.tgz", - "integrity": "sha512-7JpaAoX2NGyoFlI9NBh66BQXGONc+uE+MRS5i2iOBKuS4e+ccgMDjATgZldkah+33DakBxDHiss9kvUcGAO8UQ==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/superstruct/-/superstruct-2.0.2.tgz", + "integrity": "sha512-uV+TFRZdXsqXTL2pRvujROjdZQ4RAlBUS5BTh9IGm+jTqQntYThciG/qu57Gs69yjnVUSqdxF9YLmSnpupBW9A==", "engines": { "node": ">=14.0.0" } diff --git a/package.json b/package.json index 0758348f..07ccc7a9 100644 --- a/package.json +++ b/package.json @@ -61,8 +61,8 @@ "webpack": "5.93.0" }, "dependencies": { - "@bundle-stats/plugin-webpack-filter": "4.13.3", - "@bundle-stats/plugin-webpack-validate": "4.13.3", + "@bundle-stats/plugin-webpack-filter": "4.13.4", + "@bundle-stats/plugin-webpack-validate": "4.13.4", "core-js": "3.37.1", "cosmiconfig": "9.0.0", "debug": "4.3.5",