From 3620fc5712c495939a97c23493efbd02730cea7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 07:37:57 +0000 Subject: [PATCH] [web] Bump html-webpack-plugin from 5.6.3 to 5.6.4 in /frontend/web Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.6.3 to 5.6.4. - [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.3...v5.6.4) --- updated-dependencies: - dependency-name: html-webpack-plugin dependency-version: 5.6.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/web/package.json | 2 +- frontend/web/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/web/package.json b/frontend/web/package.json index f2569d8..917277a 100644 --- a/frontend/web/package.json +++ b/frontend/web/package.json @@ -32,7 +32,7 @@ "css-minimizer-webpack-plugin": "^7.0.2", "eslint": "^9.34.0", "globals": "^16.3.0", - "html-webpack-plugin": "^5.6.0", + "html-webpack-plugin": "^5.6.4", "mini-css-extract-plugin": "^2.9.0", "prettier": "^3.6.2", "uglifyjs-webpack-plugin": "^2.2.0", diff --git a/frontend/web/yarn.lock b/frontend/web/yarn.lock index 2cac607..e0f4361 100644 --- a/frontend/web/yarn.lock +++ b/frontend/web/yarn.lock @@ -1857,10 +1857,10 @@ html-minifier-terser@^6.0.2: relateurl "^0.2.7" terser "^5.10.0" -html-webpack-plugin@^5.6.0: - version "5.6.3" - resolved "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.3.tgz#a31145f0fee4184d53a794f9513147df1e653685" - integrity sha512-QSf1yjtSAsmf7rYBV7XX86uua4W/vkhIt0xNXKbsi2foEeW7vjJQz4bhnpL3xH+l1ryl1680uNv968Z+X6jSYg== +html-webpack-plugin@^5.6.4: + version "5.6.4" + resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.6.4.tgz#d8cb0f7edff7745ae7d6cccb0bff592e9f7f7959" + integrity sha512-V/PZeWsqhfpE27nKeX9EO2sbR+D17A+tLf6qU+ht66jdUsN0QLKJN27Z+1+gHrVMKgndBahes0PU6rRihDgHTw== dependencies: "@types/html-minifier-terser" "^6.0.0" html-minifier-terser "^6.0.2"