From ee5003ce127429ca50c791daf6381c4935e641a4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Dec 2024 22:59:32 +0000 Subject: [PATCH] fix: contracts/broker/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- contracts/broker/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/broker/package.json b/contracts/broker/package.json index 19e837a608..4a0802ddae 100644 --- a/contracts/broker/package.json +++ b/contracts/broker/package.json @@ -74,7 +74,7 @@ "dirty-chai": "^2.0.1", "lodash": "^4.17.11", "make-promises-safe": "^1.1.0", - "mocha": "^6.2.0", + "mocha": "^11.0.1", "npm-run-all": "^4.1.2", "shx": "^0.2.2", "solhint": "^1.4.1",