From 82d634efe769ee956b9f8f068151d2b3bbce71a5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Aug 2023 23:50:21 +0000 Subject: [PATCH] fix: src/chains/ethereum/transaction/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-MOCHA-2863123 - https://snyk.io/vuln/SNYK-JS-NANOID-2332193 --- src/chains/ethereum/transaction/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chains/ethereum/transaction/package.json b/src/chains/ethereum/transaction/package.json index eda049146a..3b572c9c1a 100644 --- a/src/chains/ethereum/transaction/package.json +++ b/src/chains/ethereum/transaction/package.json @@ -61,7 +61,7 @@ "@ethereumjs/vm": "5.9.0", "@types/mocha": "9.0.0", "cross-env": "7.0.3", - "mocha": "9.1.3", + "mocha": "10.1.0", "nyc": "15.1.0", "ts-node": "10.4.0", "typescript": "4.5.2"