From ac91ce9f83f556cd0e846d45e2acb0b69f5102a7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 17 May 2025 05:42:08 +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-BASEX-10118294 --- 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",