From afa5174abd0624532e065b130252239dd3a739f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 18:22:46 +0000 Subject: [PATCH] chore(deps): update dependency html-webpack-plugin to v5.6.0 --- web/package-lock.json | 17 +++++++++++++---- web/package.json | 2 +- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 86ca4dfd9..b10c657ce 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -100,7 +100,7 @@ "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-storybook": "0.6.15", "handlebars": "^4.7.7", - "html-webpack-plugin": "5.5.4", + "html-webpack-plugin": "5.6.0", "install": "^0.13.0", "knip": "^2.11.0", "less": "4.2.0", @@ -18987,9 +18987,9 @@ } }, "node_modules/html-webpack-plugin": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.4.tgz", - "integrity": "sha512-3wNSaVVxdxcu0jd4FpQFoICdqgxs4zIQQvj+2yQKFfBOnLETQ6X5CDWdeasuGlSsooFlMkEioWDTqBv1wvw5Iw==", + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.0.tgz", + "integrity": "sha512-iwaY4wzbe48AfKLZ/Cc8k0L+FKG6oSNRaZ8x5A/T/IVDGyXcbHncM9TdDa93wn0FsSm82FhTKW7f3vS61thXAw==", "dev": true, "dependencies": { "@types/html-minifier-terser": "^6.0.0", @@ -19006,7 +19006,16 @@ "url": "https://opencollective.com/html-webpack-plugin" }, "peerDependencies": { + "@rspack/core": "0.x || 1.x", "webpack": "^5.20.0" + }, + "peerDependenciesMeta": { + "@rspack/core": { + "optional": true + }, + "webpack": { + "optional": true + } } }, "node_modules/htmlparser2": { diff --git a/web/package.json b/web/package.json index 849cf9c07..86e07eac5 100644 --- a/web/package.json +++ b/web/package.json @@ -106,7 +106,7 @@ "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-storybook": "0.6.15", "handlebars": "^4.7.7", - "html-webpack-plugin": "5.5.4", + "html-webpack-plugin": "5.6.0", "install": "^0.13.0", "knip": "^2.11.0", "less": "4.2.0",