fix(bch-js): Updated to v4.2.5 to fix issue with hydrateUtxos()

This commit is contained in:
Chris Troutner
2020-12-13 09:23:41 -08:00
parent 453cbacf9d
commit 4bfe198a62
2 changed files with 10 additions and 10 deletions
+9 -9
View File
@@ -343,9 +343,9 @@
}
},
"@psf/bch-js": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/@psf/bch-js/-/bch-js-4.1.1.tgz",
"integrity": "sha512-m1c41VClE+WJAmS+Wvh6+1A2grlNwSACLOp6Mc2L3Xk5sxUG1m+QNQ6c24bCyVGK10Zw/4tiIz2Xb1hPT9lyZg==",
"version": "4.2.5",
"resolved": "https://registry.npmjs.org/@psf/bch-js/-/bch-js-4.2.5.tgz",
"integrity": "sha512-LPxQDjqCr1C/sz4kDYkcj6OfflzWmp/Gc+S5rHzMrQuNX+s7Qb1AZSOT6Rmy2/ZXg8Y4SYudwwsfxTMjXa7a+g==",
"requires": {
"@uppy/core": "^1.10.4",
"@uppy/tus": "^1.5.12",
@@ -832,9 +832,9 @@
}
},
"@uppy/core": {
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/@uppy/core/-/core-1.14.1.tgz",
"integrity": "sha512-z74WpKcIOlsFASIEnnR5AryxBxT5QCxJJWwOZ8EdbcCVc8htIUFcWDXQshqgkh8ydZd9OUAS7xXHdqmpuqOuoQ==",
"version": "1.14.2",
"resolved": "https://registry.npmjs.org/@uppy/core/-/core-1.14.2.tgz",
"integrity": "sha512-sBLEhqFM9aFyE2+30tzPBx7UzdCqbG4ifa/XYbMxrf36dwiELPurFJUDIA3VSxzsbzOVP4sWS1zVBO8w6Q3lNA==",
"requires": {
"@transloadit/prettier-bytes": "0.0.7",
"@uppy/store-default": "^1.2.4",
@@ -852,9 +852,9 @@
"integrity": "sha512-d4YTq6SeH792+vG9OXGCfmCIoo4RteLJKU2mZCzMYNjCZ1yNfU/FVw1r7heTc7f2wNls56ABor2xSybk/X+wFA=="
},
"@uppy/tus": {
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/@uppy/tus/-/tus-1.8.0.tgz",
"integrity": "sha512-Cdf2epyuiZSxcOOlw61CLZU7h3i0KILHv0pV5arC054wPeH9D0nuEcR9iR12jm4ilFDABmuCbVZ1j7nGQR6zEw==",
"version": "1.8.1",
"resolved": "https://registry.npmjs.org/@uppy/tus/-/tus-1.8.1.tgz",
"integrity": "sha512-E71MmFXdpKL7Jjri2dVS5AMVGBEbqMR+8WV5u4KKIRok9Gv72/BsWESun1zB8fUhaSOvmfqjppyOt7+/uWUkNw==",
"requires": {
"@uppy/companion-client": "^1.6.1",
"@uppy/utils": "^3.2.5",