From 7326d8d5d6801aabdfbc71c5ded4bc3e525aced5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jan 2026 05:49:50 +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-ELLIPTIC-14908844 --- 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 a7e9bd70a9..7e2589d543 100644 --- a/src/chains/ethereum/transaction/package.json +++ b/src/chains/ethereum/transaction/package.json @@ -48,7 +48,7 @@ "truffle" ], "dependencies": { - "@ethereumjs/common": "2.4.0", + "@ethereumjs/common": "3.0.0", "@ganache/ethereum-address": "0.1.1-alpha.0", "@ganache/ethereum-utils": "0.1.1-alpha.0", "@ganache/rlp": "0.1.1-alpha.0",