From 7a5fee5961d452c1ff6c45e9570ca98940c8b09f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Dec 2024 06:17:37 +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 7fa68bd..dc58f49 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,6 @@ "chai": "^4.1.2", "eslint": "^7.22.0", "istanbul": "^0.4.5", - "mocha": "^8.3.2" + "mocha": "^11.0.1" } }