From 1c55f4a447f45fed4c0eef75f748c0650d087969 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Dec 2024 06:56:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9d986a5..f12bb8a 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "author": "CC Inc.", "license": "private", "dependencies": { - "mocha": "^3.5.3", + "mocha": "^11.0.1", "should": "^13.1.0", "sinon": "^4.0.0" }