From 85932593fc65f4335fce353443b087bbaf6c2972 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 07:04:42 +0000 Subject: [PATCH] dependabot-npm(deps-dev): 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: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 d4f5e21..82424ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "devDependencies": { "autoprefixer": "^10.4.23", "css-loader": "^7.1.2", - "html-webpack-plugin": "^5.6.5", + "html-webpack-plugin": "^5.6.6", "postcss-loader": "^8.1.1", "sass": "^1.97.2", "sass-loader": "^16.0.6", @@ -2379,9 +2379,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==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index da73a7e..331ec92 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "devDependencies": { "autoprefixer": "^10.4.23", "css-loader": "^7.1.2", - "html-webpack-plugin": "^5.6.5", + "html-webpack-plugin": "^5.6.6", "postcss-loader": "^8.1.1", "sass": "^1.97.2", "sass-loader": "^16.0.6",