From 4764f91adf9b4193f74d408d9c235e54107ec267 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 01:55:31 +0000 Subject: [PATCH] Build(deps-dev): Bump html-webpack-plugin from 5.6.0 to 5.6.6 Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.6.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.6.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-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a0f9d1f1..564ca2b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "css-loader": "^6.8.1", "css-minimizer-webpack-plugin": "^8.0.0", "dedent": "^1.5.3", - "html-webpack-plugin": "^5.0.0", + "html-webpack-plugin": "^5.6.6", "mini-css-extract-plugin": "^2.7.5", "sass": "^1.81.0", "sass-loader": "^10.3.1", @@ -3796,9 +3796,9 @@ } }, "node_modules/html-webpack-plugin": { - "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==", + "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, "dependencies": { "@types/html-minifier-terser": "^6.0.0", @@ -11397,9 +11397,9 @@ } }, "html-webpack-plugin": { - "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==", + "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, "requires": { "@types/html-minifier-terser": "^6.0.0", diff --git a/package.json b/package.json index 96c93a1c..a8e9247f 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "css-loader": "^6.8.1", "css-minimizer-webpack-plugin": "^8.0.0", "dedent": "^1.5.3", - "html-webpack-plugin": "^5.0.0", + "html-webpack-plugin": "^5.6.6", "mini-css-extract-plugin": "^2.7.5", "sass": "^1.81.0", "sass-loader": "^10.3.1",