From e3d51cbca803aaa66afc0ecfaa9c74b8618c0080 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Jan 2026 07:23:35 +0000 Subject: [PATCH] fix: src/chains/ethereum/utils/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-14908844 --- src/chains/ethereum/utils/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chains/ethereum/utils/package.json b/src/chains/ethereum/utils/package.json index fdeb76a9cb..dd3ad0c3e7 100644 --- a/src/chains/ethereum/utils/package.json +++ b/src/chains/ethereum/utils/package.json @@ -50,7 +50,7 @@ "dependencies": { "@ethereumjs/common": "2.4.0", "@ethereumjs/tx": "3.3.0", - "@ethereumjs/vm": "5.5.0", + "@ethereumjs/vm": "6.0.0", "@ganache/ethereum-address": "0.1.1-alpha.0", "@ganache/rlp": "0.1.1-alpha.0", "@ganache/utils": "0.1.1-alpha.0",