mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-03 20:07:11 +01:00
fix: upgrade bip32 from 2.0.3 to 2.0.5
Snyk has created this PR to upgrade bip32 from 2.0.3 to 2.0.5. See this package in NPM: https://www.npmjs.com/package/bip32 See this project in Snyk: https://app.snyk.io/org/bluewallet/project/4d0df22a-0152-410a-8584-6df0d0a596d4?utm_source=github&utm_medium=upgrade-pr
This commit is contained in:
parent
7999e22149
commit
74e129163e
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -4073,15 +4073,15 @@
|
|||
}
|
||||
},
|
||||
"bip32": {
|
||||
"version": "2.0.3",
|
||||
"resolved": "https://registry.npmjs.org/bip32/-/bip32-2.0.3.tgz",
|
||||
"integrity": "sha512-Tg4dHUXiYBkJyCQq4g++C2PqKcZRveVqy7cKxyl88Uai7MmmknFGaF88odYrXcXk5EMyrlXLuAMC3yEiLxRnNA==",
|
||||
"version": "2.0.5",
|
||||
"resolved": "https://registry.npmjs.org/bip32/-/bip32-2.0.5.tgz",
|
||||
"integrity": "sha512-zVY4VvJV+b2fS0/dcap/5XLlpqtgwyN8oRkuGgAS1uLOeEp0Yo6Tw2yUTozTtlrMJO3G8n4g/KX/XGFHW6Pq3g==",
|
||||
"requires": {
|
||||
"@types/node": "10.12.18",
|
||||
"bs58check": "^2.1.1",
|
||||
"create-hash": "^1.2.0",
|
||||
"create-hmac": "^1.1.7",
|
||||
"tiny-secp256k1": "^1.1.0",
|
||||
"tiny-secp256k1": "^1.1.3",
|
||||
"typeforce": "^1.11.5",
|
||||
"wif": "^2.0.6"
|
||||
}
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
"bech32": "1.1.3",
|
||||
"bignumber.js": "9.0.0",
|
||||
"bip21": "2.0.2",
|
||||
"bip32": "2.0.3",
|
||||
"bip32": "2.0.5",
|
||||
"bip39": "2.5.0",
|
||||
"bitcoinjs-lib": "5.1.6",
|
||||
"bolt11": "1.2.7",
|
||||
|
|
Loading…
Add table
Reference in a new issue