From cfcf3ed4d6e21657064c469ae752d5c36d4b8967 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 13:33:55 +0000 Subject: [PATCH] fix(deps): update dependency @ethereumjs/tx to v5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 09828f1e..ca9116f0 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ }, "dependencies": { "@babel/runtime": "7.25.7", - "@ethereumjs/tx": "3.5.2", + "@ethereumjs/tx": "5.4.0", "@types/bn.js": "5.1.6", "eccrypto": "1.1.6", "ethereumjs-util": "7.1.5",