From af9fbcb8c2d86df27ab26286d9132b9a0d7055fc Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 02:12:05 +0000 Subject: [PATCH] chore(deps): update dependency html-webpack-plugin to v5.6.7 | datasource | package | from | to | | ---------- | ------------------- | ----- | ----- | | npm | html-webpack-plugin | 5.6.5 | 5.6.7 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- examples/package.json | 2 +- examples/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/package.json b/examples/package.json index 1e6266a..d1fba34 100644 --- a/examples/package.json +++ b/examples/package.json @@ -36,7 +36,7 @@ "babel-loader": "9.2.1", "cross-env": "7.0.3", "fork-ts-checker-webpack-plugin": "9.0.2", - "html-webpack-plugin": "5.6.5", + "html-webpack-plugin": "5.6.7", "ts-node": "10.9.2", "typescript": "5.7.3", "webpack": "5.104.1", diff --git a/examples/yarn.lock b/examples/yarn.lock index 3fff068..719a7f6 100644 --- a/examples/yarn.lock +++ b/examples/yarn.lock @@ -2354,10 +2354,10 @@ html-minifier-terser@^6.0.2: relateurl "^0.2.7" terser "^5.10.0" -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== +html-webpack-plugin@5.6.7: + version "5.6.7" + resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.6.7.tgz#429bab4e12abf3c07e1c608886608e2df2c06b11" + integrity sha512-md+vXtdCAe60s1k6AU3dUyMJnDxUyQAwfwPKoLisvgUF1IXjtlLsk2se54+qfL9Mdm26bbwvjJybpNx48NKRLw== dependencies: "@types/html-minifier-terser" "^6.0.0" html-minifier-terser "^6.0.2"