From 8eb82e8603052d3b9585df974c5fe9ef703b1854 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 22:42:55 +0000 Subject: [PATCH] Bump webpack from 5.46.0 to 5.104.1 in /wwwroot/js/Difftool Bumps [webpack](https://github.com/webpack/webpack) from 5.46.0 to 5.104.1. - [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.46.0...v5.104.1) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.104.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- wwwroot/js/Difftool/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/js/Difftool/package.json b/wwwroot/js/Difftool/package.json index a16a2620..6b1ba971 100644 --- a/wwwroot/js/Difftool/package.json +++ b/wwwroot/js/Difftool/package.json @@ -137,7 +137,7 @@ "ts-node": "10.1.0", "typescript": "4.3.5", "url-loader": "4.1.1", - "webpack": "5.46.0", + "webpack": "5.104.1", "webpack-cli": "4.7.2", "whatwg-fetch": "3.6.2" },