From f72f3d3cf761c021b3592d68b1b31ab7b9bf7c1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 18:02:30 +0000 Subject: [PATCH] Bump html-webpack-plugin from 5.6.4 to 5.6.5 Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.6.4 to 5.6.5. - [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.4...v5.6.5) --- updated-dependencies: - dependency-name: html-webpack-plugin dependency-version: 5.6.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7600d4b..69e0540 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "css-minimizer-webpack-plugin": "^7.0.2", "dotenv": "^17.2.3", "dotenv-webpack": "^8.1.1", - "html-webpack-plugin": "^5.6.4", + "html-webpack-plugin": "^5.6.5", "mini-css-extract-plugin": "^2.9.4", "sass": "^1.93.3", "sass-loader": "^16.0.6", @@ -5169,9 +5169,9 @@ } }, "node_modules/html-webpack-plugin": { - "version": "5.6.4", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.4.tgz", - "integrity": "sha512-V/PZeWsqhfpE27nKeX9EO2sbR+D17A+tLf6qU+ht66jdUsN0QLKJN27Z+1+gHrVMKgndBahes0PU6rRihDgHTw==", + "version": "5.6.5", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.5.tgz", + "integrity": "sha512-4xynFbKNNk+WlzXeQQ+6YYsH2g7mpfPszQZUi3ovKlj+pDmngQ7vRXjrrmGROabmKwyQkcgcX5hqfOwHbFmK5g==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 5d204ad..0e74439 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "css-minimizer-webpack-plugin": "^7.0.2", "dotenv": "^17.2.3", "dotenv-webpack": "^8.1.1", - "html-webpack-plugin": "^5.6.4", + "html-webpack-plugin": "^5.6.5", "mini-css-extract-plugin": "^2.9.4", "sass": "^1.93.3", "sass-loader": "^16.0.6",