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",