From cc0cb619fb55de3e0cbbfb8bd6551afa82d26957 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Dec 2024 05:30:55 +0000 Subject: [PATCH] fix: contracts/utils/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- contracts/utils/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/utils/package.json b/contracts/utils/package.json index 9ac65cbcce..27f7acdee8 100644 --- a/contracts/utils/package.json +++ b/contracts/utils/package.json @@ -70,7 +70,7 @@ "ethereumjs-util": "^5.1.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",