From 269b07bac4a845ebf2d17f627c8771c6b3fb7fd8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Oct 2025 18:06:13 +0000 Subject: [PATCH] fix: upgrade ethereumjs-tx from 1.3.4 to 1.3.7 Snyk has created this PR to upgrade ethereumjs-tx from 1.3.4 to 1.3.7. See this package in npm: ethereumjs-tx See this project in Snyk: https://app.snyk.io/org/aishmanisha/project/50267630-0218-4a47-b2e3-fa4fd7766283?utm_source=github&utm_medium=referral&page=upgrade-pr --- .../ethereum-on-azure/performance-benchmarking/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ledger/template/ethereum-on-azure/performance-benchmarking/package.json b/ledger/template/ethereum-on-azure/performance-benchmarking/package.json index 552ec208a..f70b70fd6 100644 --- a/ledger/template/ethereum-on-azure/performance-benchmarking/package.json +++ b/ledger/template/ethereum-on-azure/performance-benchmarking/package.json @@ -13,7 +13,7 @@ "license": "ISC", "dependencies": { "web3": "0.20.2", - "ethereumjs-tx": "1.3.4", + "ethereumjs-tx": "1.3.7", "ethereumjs-wallet": "0.6.1", "node-stopwatch": "0.0.1", "solc": "0.4.25",