From 4cf924c7a4101981bb3c9155fe631dbb4fee30dc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 26 Sep 2025 05:27:44 +0000 Subject: [PATCH] fix: packages/blockchain-wallet-v4/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CIPHERBASE-12084814 - https://snyk.io/vuln/SNYK-JS-SHAJS-12089400 --- packages/blockchain-wallet-v4/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 packages/blockchain-wallet-v4/package.json diff --git a/packages/blockchain-wallet-v4/package.json b/packages/blockchain-wallet-v4/package.json old mode 100755 new mode 100644 index 3814c5ad45..62828d5f72 --- a/packages/blockchain-wallet-v4/package.json +++ b/packages/blockchain-wallet-v4/package.json @@ -77,7 +77,7 @@ "date-fns": "2.28.0", "ed25519-hd-key": "1.2.0", "es6-promise": "4.2.8", - "ethereumjs-tx": "1.3.7", + "ethereumjs-tx": "2.1.2", "ethers": "5.6.7", "extendable-immutable": "1.3.3", "fast-memoize": "2.5.2",