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:
snyk-bot 2020-06-01 05:50:23 +00:00 committed by Overtorment
parent 7a6290a8cf
commit d6230075f6
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -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",

View File

@ -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",