From b0bca3f1ff8d97fc86ca09aa9a837bbd6a880cd0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Oct 2024 03:22:37 +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 ab8bbf94e5..564e29e734 100644 --- a/src/packages/ganache/package.json +++ b/src/packages/ganache/package.json @@ -102,7 +102,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",