From 13162704901e8f9cd7440c996ca0d6f1140d1c80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 06:11:21 +0000 Subject: [PATCH] dependabot-npm(deps-dev): bump html-webpack-plugin from 5.6.6 to 5.6.7 Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.6.6 to 5.6.7. - [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.6...v5.6.7) --- updated-dependencies: - dependency-name: html-webpack-plugin dependency-version: 5.6.7 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 10e077f..4dda4e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "devDependencies": { "autoprefixer": "^10.5.0", "css-loader": "^7.1.4", - "html-webpack-plugin": "^5.6.6", + "html-webpack-plugin": "^5.6.7", "postcss-loader": "^8.2.1", "prettier": "^3.8.3", "sass": "^1.99.0", @@ -3701,9 +3701,9 @@ } }, "node_modules/html-webpack-plugin": { - "version": "5.6.6", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.6.tgz", - "integrity": "sha512-bLjW01UTrvoWTJQL5LsMRo1SypHW80FTm12OJRSnr3v6YHNhfe+1r0MYUZJMACxnCHURVnBWRwAsWs2yPU9Ezw==", + "version": "5.6.7", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.7.tgz", + "integrity": "sha512-md+vXtdCAe60s1k6AU3dUyMJnDxUyQAwfwPKoLisvgUF1IXjtlLsk2se54+qfL9Mdm26bbwvjJybpNx48NKRLw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 668e745..95d1dc0 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "devDependencies": { "autoprefixer": "^10.5.0", "css-loader": "^7.1.4", - "html-webpack-plugin": "^5.6.6", + "html-webpack-plugin": "^5.6.7", "postcss-loader": "^8.2.1", "prettier": "^3.8.3", "sass": "^1.99.0",