mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 01:40:12 +01:00
fix: upgrade bip39 from 2.5.0 to 2.6.0
Snyk has created this PR to upgrade bip39 from 2.5.0 to 2.6.0. See this package in NPM: https://www.npmjs.com/package/bip39 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
7a6290a8cf
commit
d6230075f6
6
package-lock.json
generated
6
package-lock.json
generated
@ -3871,9 +3871,9 @@
|
||||
}
|
||||
},
|
||||
"bip39": {
|
||||
"version": "2.5.0",
|
||||
"resolved": "https://registry.npmjs.org/bip39/-/bip39-2.5.0.tgz",
|
||||
"integrity": "sha512-xwIx/8JKoT2+IPJpFEfXoWdYwP7UVAoUxxLNfGCfVowaJE7yg1Y5B1BVPqlUNsBq5/nGwmFkwRJ8xDW4sX8OdA==",
|
||||
"version": "2.6.0",
|
||||
"resolved": "https://registry.npmjs.org/bip39/-/bip39-2.6.0.tgz",
|
||||
"integrity": "sha512-RrnQRG2EgEoqO24ea+Q/fftuPUZLmrEM3qNhhGsA3PbaXaCW791LTzPuVyx/VprXQcTbPJ3K3UeTna8ZnVl2sg==",
|
||||
"requires": {
|
||||
"create-hash": "^1.1.0",
|
||||
"pbkdf2": "^3.0.9",
|
||||
|
@ -73,7 +73,7 @@
|
||||
"bignumber.js": "9.0.0",
|
||||
"bip21": "2.0.2",
|
||||
"bip32": "2.0.5",
|
||||
"bip39": "2.5.0",
|
||||
"bip39": "2.6.0",
|
||||
"bitcoinjs-lib": "5.1.6",
|
||||
"bolt11": "1.2.7",
|
||||
"buffer": "5.5.0",
|
||||
|
Loading…
Reference in New Issue
Block a user