From 5179dce8f7691b6b3013f7e0caf84afbb38c1e23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 03:54:08 +0000 Subject: [PATCH] Bump diff from 5.0.0 to 8.0.3 in /wwwroot/js/Difftool Bumps [diff](https://github.com/kpdecker/jsdiff) from 5.0.0 to 8.0.3. - [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md) - [Commits](https://github.com/kpdecker/jsdiff/compare/v5.0.0...v8.0.3) --- updated-dependencies: - dependency-name: diff dependency-version: 8.0.3 dependency-type: direct:production ... 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 ab94f55e..df3741b8 100644 --- a/wwwroot/js/Difftool/package.json +++ b/wwwroot/js/Difftool/package.json @@ -81,7 +81,7 @@ ] }, "dependencies": { - "diff": "5.0.0", + "diff": "8.0.3", "hogan.js": "3.0.2" }, "optionalDependencies": {