From a77694065c4e98b541891ab3d829fd15b48dc801 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 06:30:55 +0000 Subject: [PATCH] chore(deps-dev): Update webpack requirement in /components/office-addin Updates the requirements on [webpack](https://github.com/webpack/webpack) to permit the latest version. - [Release notes](https://github.com/webpack/webpack/releases) - [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack/compare/v5.104.1...v5.105.0) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.105.0 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..fcf07fa 100644 --- a/components/office-addin/package.json +++ b/components/office-addin/package.json @@ -40,7 +40,7 @@ "office-addin-manifest": "^2.1.2", "rescript-jest": "^0.10.0", "style-loader": "^4.0.0", - "webpack": "^5.104.1", + "webpack": "^5.105.0", "webpack-cli": "^6.0.1", "webpack-dev-server": "^5.2.2" },