From 0cd017b2c612371b0d05662880ab343d167e25ba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 26 Oct 2024 05:50:47 +0000 Subject: [PATCH] fix: src/packages/ganache/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SECP256K1-8237220 --- src/packages/ganache/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/packages/ganache/package.json b/src/packages/ganache/package.json index 4288d682e9..cbc1e3bc7f 100644 --- a/src/packages/ganache/package.json +++ b/src/packages/ganache/package.json @@ -103,7 +103,7 @@ "emittery": "0.10.0", "keccak": "3.0.2", "leveldown": "6.1.0", - "secp256k1": "4.0.3" + "secp256k1": "4.0.4" }, "optionalDependencies": { "bufferutil": "4.0.5",