From 2a2d9988dd0edb6741bb01121afd81313762bec6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Jan 2026 11:29:00 +0000 Subject: [PATCH] fix: node_modules/sinon/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 --- node_modules/sinon/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/sinon/package.json b/node_modules/sinon/package.json index 876a96dd..3cb84b76 100644 --- a/node_modules/sinon/package.json +++ b/node_modules/sinon/package.json @@ -59,7 +59,7 @@ "@sinonjs/commons": "^1.4.0", "@sinonjs/formatio": "^3.2.1", "@sinonjs/samsam": "^3.3.3", - "diff": "^3.5.0", + "diff": "^4.0.4", "lolex": "^4.2.0", "nise": "^1.5.2", "supports-color": "^5.5.0"