From 5dbb5015a2f0888b5d6fb572e769e634f44ad5c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 20:54:54 +0000 Subject: [PATCH] build(deps): bump html-webpack-plugin in the prod group Bumps the prod group with 1 update: [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin). Updates `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:production update-type: version-update:semver-patch dependency-group: prod ... 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 4a7dbbc..9318b32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "dotenv-webpack": "8.1.1", "eslint-webpack-plugin": "5.0.3", "html-replace-webpack-plugin": "2.6.0", - "html-webpack-plugin": "5.6.6", + "html-webpack-plugin": "5.6.7", "less": "4.5.1", "less-loader": "12.3.2", "mini-css-extract-plugin": "2.10.2", @@ -10713,9 +10713,9 @@ "license": "MIT" }, "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==", "license": "MIT", "dependencies": { "@types/html-minifier-terser": "^6.0.0", diff --git a/package.json b/package.json index 2e2010f..07db95c 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "dotenv-webpack": "8.1.1", "eslint-webpack-plugin": "5.0.3", "html-replace-webpack-plugin": "2.6.0", - "html-webpack-plugin": "5.6.6", + "html-webpack-plugin": "5.6.7", "less": "4.5.1", "less-loader": "12.3.2", "mini-css-extract-plugin": "2.10.2",