From d4cb40ca258be14f3c63083c52d50251bf77392f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Dec 2024 01:46:39 +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 d89b0a6..4dc2b66 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "license": "ISC", "dependencies": { "lodash": "^4.0.1", - "mocha": "^5.0.3", + "mocha": "^11.0.1", "must": "^0.13.1" } }