From c4465b4392ee55b734ef4219bb54eaf26e966605 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Jan 2026 23:25:00 +0000 Subject: [PATCH] fix: samples/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 --- samples/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/package.json b/samples/package.json index f5ac38da8..963d9b997 100644 --- a/samples/package.json +++ b/samples/package.json @@ -25,7 +25,7 @@ "ava": "^5.3.0", "nyc": "^15.0.0", "proxyquire": "1.8.0", - "sinon": "4.5.0", + "sinon": "16.1.2", "uuid": "^3.1.0" } }