From 1692c369f5f678262551473079e5ba8537f41bfb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 11 Jul 2025 01:37:31 +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-PBKDF2-10495496 - https://snyk.io/vuln/SNYK-JS-PBKDF2-10495498 --- packages/blockchain-wallet-v4/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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..86bf64249c --- 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", @@ -87,7 +87,7 @@ "immutable": "3.8.1", "immutable-ext": "1.1.5", "isomorphic-fetch": "2.2.1", - "pbkdf2": "3.1.2", + "pbkdf2": "3.1.3", "query-string": "7.0.0", "ramda": "0.26.1", "ramda-lens": "git+https://github.com/ramda/ramda-lens.git",