From a36b03e626cd54ef5737ecaecdfe86ee14f3ace8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Jan 2026 10:13:45 +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 e9cd60e..431cfe3 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "mocha": "^7.x", "node-mocks-http": "roshangade/node-mocks-http", "nyc": "^15.x", - "sinon": "^9.x" + "sinon": "^21.0.1" }, "dependencies": {} }