From ed33432e0307a0ca3f8e1fdb4bf438c4aab0e8d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Nov 2025 17:02:25 +0000 Subject: [PATCH] build(deps-dev): bump html-webpack-plugin in /web/app Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.6.4 to 5.6.5. - [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.4...v5.6.5) --- updated-dependencies: - dependency-name: html-webpack-plugin dependency-version: 5.6.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- web/app/package.json | 2 +- web/app/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/app/package.json b/web/app/package.json index 3ca8bd9f3b258..a9749fa102568 100644 --- a/web/app/package.json +++ b/web/app/package.json @@ -69,7 +69,7 @@ "eslint-webpack-plugin": "^4.2.0", "file-loader": "^6.2.0", "history": "5.3.0", - "html-webpack-plugin": "^5.6.4", + "html-webpack-plugin": "^5.6.5", "jest": "^30.1.3", "jest-environment-jsdom": "^30.2.0", "lodash-webpack-plugin": "^0.11.6", diff --git a/web/app/yarn.lock b/web/app/yarn.lock index 2523771a611a6..4d02bf788ef1b 100644 --- a/web/app/yarn.lock +++ b/web/app/yarn.lock @@ -5704,10 +5704,10 @@ html-minifier-terser@^6.0.2: relateurl "^0.2.7" terser "^5.7.2" -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== +html-webpack-plugin@^5.6.5: + version "5.6.5" + resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.6.5.tgz#d57defb83cabbf29bf56b2d4bf10b67b650066be" + integrity sha512-4xynFbKNNk+WlzXeQQ+6YYsH2g7mpfPszQZUi3ovKlj+pDmngQ7vRXjrrmGROabmKwyQkcgcX5hqfOwHbFmK5g== dependencies: "@types/html-minifier-terser" "^6.0.0" html-minifier-terser "^6.0.2"