Update bip174

This commit is contained in:
junderw 2019-07-04 10:57:23 +09:00
parent a876698d15
commit df9008bae7
No known key found for this signature in database
GPG key ID: B256185D3A971908
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -200,9 +200,9 @@
}
},
"bip174": {
"version": "0.0.10",
"resolved": "https://registry.npmjs.org/bip174/-/bip174-0.0.10.tgz",
"integrity": "sha512-gFtSEMayg7HPKGnIQcEx5CqD/qHWuMlxLJ/+VV4k4Q2mcA0rY040JbNpFuCGVI6rJYv211f0NA7nkU4xkPX4nQ=="
"version": "0.0.11",
"resolved": "https://registry.npmjs.org/bip174/-/bip174-0.0.11.tgz",
"integrity": "sha512-/WuRQOwgT0cGKDrNROOhOHpdtXyeuBJMqEgsBUdlCeFRLXIA8g5pHzbFmVm/v+OcYdenHfwzW/hOEf1xJOI27Q=="
},
"bip32": {
"version": "2.0.3",

View file

@ -47,7 +47,7 @@
"dependencies": {
"@types/node": "10.12.18",
"bech32": "^1.1.2",
"bip174": "0.0.10",
"bip174": "0.0.11",
"bip32": "^2.0.3",
"bip66": "^1.1.0",
"bitcoin-ops": "^1.4.0",