From 865b70c9508b31eb9c796861fd02fe1fe8589503 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Jan 2026 08:23:58 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9d986a5..8aa218a 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,8 @@ "author": "CC Inc.", "license": "private", "dependencies": { - "mocha": "^3.5.3", + "mocha": "^10.6.0", "should": "^13.1.0", - "sinon": "^4.0.0" + "sinon": "^16.1.2" } }