Update BIP174 package

This commit is contained in:
Luke Childs 2019-06-25 17:47:26 +07:00
parent 6a5e395ebd
commit 2ed89cdc68
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -200,9 +200,9 @@
}
},
"bip174": {
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/bip174/-/bip174-0.0.4.tgz",
"integrity": "sha512-KirRr35qCNih51thdf6klTevFTtm/cIw2iqumRgxtqFjNREFG78fFylfCkMM9aQdlYfSoj3sczxgXham0jZVnw=="
"version": "0.0.5",
"resolved": "https://registry.npmjs.org/bip174/-/bip174-0.0.5.tgz",
"integrity": "sha512-NNt0e9pz7h8EhC+pNAcB8G0Ca/Lei42YnAtPMewpcuLzRJGgaJO4vgtBpeQHH/f3fWlabZwSh/3tyEHwFNXlRw=="
},
"bip32": {
"version": "2.0.3",

View file

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