From 74050cfc2755e2f4d7fa182c8b5048ab23228142 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 08:50:56 +0000 Subject: [PATCH] Bump html-webpack-plugin from 5.6.5 to 5.6.6 Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.6.5 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.5...v5.6.6) --- updated-dependencies: - dependency-name: html-webpack-plugin dependency-version: 5.6.6 dependency-type: direct:production 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 6adaee1..86383e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "dateformat": "^5.0.3", "dotenv": "^17.2.3", "express": "^5.2.1", - "html-webpack-plugin": "^5.6.5", + "html-webpack-plugin": "^5.6.6", "jwt-decode": "^4.0.0", "mariadb": "^3.4.5", "react": "^19.2.3", @@ -4567,9 +4567,9 @@ } }, "node_modules/html-webpack-plugin": { - "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==", + "version": "5.6.6", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.6.tgz", + "integrity": "sha512-bLjW01UTrvoWTJQL5LsMRo1SypHW80FTm12OJRSnr3v6YHNhfe+1r0MYUZJMACxnCHURVnBWRwAsWs2yPU9Ezw==", "license": "MIT", "dependencies": { "@types/html-minifier-terser": "^6.0.0", diff --git a/package.json b/package.json index 988dba8..b6aa26d 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "dateformat": "^5.0.3", "dotenv": "^17.2.3", "express": "^5.2.1", - "html-webpack-plugin": "^5.6.5", + "html-webpack-plugin": "^5.6.6", "jwt-decode": "^4.0.0", "mariadb": "^3.4.5", "react": "^19.2.3",