From e4852bbfb3d748b69876a7a68caa2a3525849d90 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 16 May 2025 03:45:48 +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-BASEX-10118294 --- packages/blockchain-wallet-v4/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 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..f5d8269b0c --- a/packages/blockchain-wallet-v4/package.json +++ b/packages/blockchain-wallet-v4/package.json @@ -61,12 +61,12 @@ "big-rational": "0.10.9", "bigi": "1.4.2", "bignumber.js": "8.0.2", - "bip32": "2.0.6", + "bip32": "4.0.0", "bip32-path": "0.4.2", "bip39-light": "1.0.7", "bip69": "2.1.4", "bitcoinforksjs-lib": "https://github.com/blockchain/bitcoinjs-lib.git#opt-in-bitcoincash-sighash", - "bitcoinjs-lib": "5.2.0", + "bitcoinjs-lib": "6.0.0", "bitcoinjs-message": "2.2.0", "bs58": "4.0.1", "cashaddress": "1.1.0", @@ -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",