From 55a556651354aac6bc2d2a3d3824bf5c5369d084 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 13:35:44 +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 fcd67b56..2b191eb2 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ }, "dependencies": { "@babel/runtime": "7.25.0", - "@ethereumjs/tx": "3.5.2", + "@ethereumjs/tx": "5.3.0", "@types/bn.js": "5.1.5", "eccrypto": "1.1.6", "ethereumjs-util": "7.1.5",