From df541c628ba8f0b956760892f3f8bd6685fc61d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 10:51:09 +0000 Subject: [PATCH] chore(deps): bump diff in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [diff](https://github.com/kpdecker/jsdiff). Updates `diff` from 7.0.0 to 8.0.4 - [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md) - [Commits](https://github.com/kpdecker/jsdiff/compare/7.0.0...8.0.4) --- updated-dependencies: - dependency-name: diff dependency-version: 8.0.4 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 70b409094c..ffce48545a 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ }, "dependencies": { "playwright": "^1.58.2", - "diff": "^7.0.0" + "diff": "^8.0.4" }, "engines": { "bun": ">=1.0.0"