From 73b1a755aa6d63657bd4ed53e9c002240d07cc38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 18:06:51 +0000 Subject: [PATCH] build(deps-dev): bump html-webpack-plugin from 5.5.0 to 5.6.6 Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.5.0 to 5.6.6. - [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.0...v5.6.6) --- updated-dependencies: - dependency-name: html-webpack-plugin dependency-version: 5.6.6 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 ++++++++++++++---- package.json | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9569219..58a92e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "babel-loader": "^8.2.5", "clean-webpack-plugin": "^4.0.0", "copy-webpack-plugin": "^10.2.4", - "html-webpack-plugin": "^5.5.0", + "html-webpack-plugin": "^5.6.6", "kaitai-struct-loader": "^0.9.0", "webpack": "^5.73.0", "webpack-cli": "^4.9.2", @@ -4385,10 +4385,11 @@ } }, "node_modules/html-webpack-plugin": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz", - "integrity": "sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==", + "version": "5.6.6", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.6.tgz", + "integrity": "sha512-bLjW01UTrvoWTJQL5LsMRo1SypHW80FTm12OJRSnr3v6YHNhfe+1r0MYUZJMACxnCHURVnBWRwAsWs2yPU9Ezw==", "dev": true, + "license": "MIT", "dependencies": { "@types/html-minifier-terser": "^6.0.0", "html-minifier-terser": "^6.0.2", @@ -4404,7 +4405,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/package.json b/package.json index a406bea..a09e703 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "babel-loader": "^8.2.5", "clean-webpack-plugin": "^4.0.0", "copy-webpack-plugin": "^10.2.4", - "html-webpack-plugin": "^5.5.0", + "html-webpack-plugin": "^5.6.6", "kaitai-struct-loader": "^0.9.0", "webpack": "^5.73.0", "webpack-cli": "^4.9.2",