From 643585dea7ab03f2612fa672b5b97dd963bb8a3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 06:53:12 +0000 Subject: [PATCH] chore(deps-dev): Update html-webpack-plugin requirement Updates the requirements on [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) to permit the latest version. - [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.5...v5.6.6) --- updated-dependencies: - dependency-name: html-webpack-plugin dependency-version: 5.6.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- components/office-addin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/office-addin/package.json b/components/office-addin/package.json index 2f414bb..8a0be49 100644 --- a/components/office-addin/package.json +++ b/components/office-addin/package.json @@ -34,7 +34,7 @@ "copy-webpack-plugin": "^13.0.1", "css-loader": "^7.1.2", "file-loader": "^6.2.0", - "html-webpack-plugin": "^5.6.5", + "html-webpack-plugin": "^5.6.6", "office-addin-dev-certs": "^2.0.6", "office-addin-dev-server": "^1.13.2", "office-addin-manifest": "^2.1.2",