From f38e941d2294f1da2f95ab3855b2236698135d64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 09:29:55 +0000 Subject: [PATCH] Bump html-webpack-plugin from 5.5.4 to 5.6.0 Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.5.4 to 5.6.0. - [Release notes](https://github.com/jantimon/html-webpack-plugin/releases) - [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/jantimon/html-webpack-plugin/compare/v5.5.4...v5.6.0) --- updated-dependencies: - dependency-name: html-webpack-plugin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 23 ++++++++++++++++------- package.json | 2 +- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f842748b..1a273e94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "css-minimizer-webpack-plugin": "^5.0.1", "eslint": "^8.56.0", "file-loader": "^6.2.0", - "html-webpack-plugin": "^5.5.4", + "html-webpack-plugin": "^5.6.0", "jest": "^29.7.0", "mini-css-extract-plugin": "^2.7.6", "style-loader": "^3.3.2", @@ -6771,9 +6771,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", @@ -6790,7 +6790,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": { @@ -17480,9 +17489,9 @@ } }, "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, "requires": { "@types/html-minifier-terser": "^6.0.0", diff --git a/package.json b/package.json index ce9d96c4..07f40907 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "css-minimizer-webpack-plugin": "^5.0.1", "eslint": "^8.56.0", "file-loader": "^6.2.0", - "html-webpack-plugin": "^5.5.4", + "html-webpack-plugin": "^5.6.0", "jest": "^29.7.0", "mini-css-extract-plugin": "^2.7.6", "style-loader": "^3.3.2",