From 9d671f704c0f585071a5f02bd45868d4cb01692c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Jan 2026 06:50:01 +0000 Subject: [PATCH] fix: test/fixtures/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 --- test/fixtures/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/package.json b/test/fixtures/package.json index 01265e5f..db1a9726 100644 --- a/test/fixtures/package.json +++ b/test/fixtures/package.json @@ -28,7 +28,7 @@ "chalk": "^0.5.1", "cwd": "^0.4.0", "debug": "^2.1.1", - "diff": "^1.2.2" + "diff": "^4.0.4" }, "devDependencies": { "lodash": "^3.3.0",