From cd54b291961cb585c2a8dd7f699c4a87d46d6c08 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 16:13:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4c9fe011a..83c289575 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "pify": "^6.1.0", "readable-stream": "^4.4.2", "request": "^2.88.2", - "sinon": "^18.0.0", + "sinon": "^21.0.1", "slow-stream": "0.0.4", "tempy": "^3.1.0", "then-busboy": "^5.2.1",