diff --git a/package-lock.json b/package-lock.json index f40466b3..2c818b9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "4.2.7", "license": "MIT", "dependencies": { - "@bundle-stats/plugin-webpack-filter": "4.13.1", - "@bundle-stats/plugin-webpack-validate": "4.13.1", + "@bundle-stats/plugin-webpack-filter": "4.13.2", + "@bundle-stats/plugin-webpack-validate": "4.13.2", "core-js": "3.37.1", "cosmiconfig": "9.0.0", "debug": "4.3.4", @@ -1869,9 +1869,9 @@ "dev": true }, "node_modules/@bundle-stats/plugin-webpack-filter": { - "version": "4.13.1", - "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-filter/-/plugin-webpack-filter-4.13.1.tgz", - "integrity": "sha512-YajjYbyxtl9lKOCG+9WulSILpZPD282TqGB9tRwocI7xpP13b53WQd/7SIaOeoAafX5YTdm4DwGLX1OqJICI2g==", + "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==", "engines": { "node": ">= 14.0" }, @@ -1880,9 +1880,9 @@ } }, "node_modules/@bundle-stats/plugin-webpack-validate": { - "version": "4.13.1", - "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-validate/-/plugin-webpack-validate-4.13.1.tgz", - "integrity": "sha512-f9Z+CQnsZ1iQUvgrO6p70ojzHHPyjPaGYNnOQNP02uy56FATn8qAiZw7r7ypBJqV1cCohy4mNMG4X7ncBUIWfw==", + "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==", "dependencies": { "lodash": "4.17.21", "superstruct": "1.0.4" diff --git a/package.json b/package.json index 531317b1..c7d9a4a5 100644 --- a/package.json +++ b/package.json @@ -61,8 +61,8 @@ "webpack": "5.91.0" }, "dependencies": { - "@bundle-stats/plugin-webpack-filter": "4.13.1", - "@bundle-stats/plugin-webpack-validate": "4.13.1", + "@bundle-stats/plugin-webpack-filter": "4.13.2", + "@bundle-stats/plugin-webpack-validate": "4.13.2", "core-js": "3.37.1", "cosmiconfig": "9.0.0", "debug": "4.3.4",