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": { "@psf/bch-js": {
"version": "4.1.1", "version": "4.2.5",
"resolved": "https://registry.npmjs.org/@psf/bch-js/-/bch-js-4.1.1.tgz", "resolved": "https://registry.npmjs.org/@psf/bch-js/-/bch-js-4.2.5.tgz",
"integrity": "sha512-m1c41VClE+WJAmS+Wvh6+1A2grlNwSACLOp6Mc2L3Xk5sxUG1m+QNQ6c24bCyVGK10Zw/4tiIz2Xb1hPT9lyZg==", "integrity": "sha512-LPxQDjqCr1C/sz4kDYkcj6OfflzWmp/Gc+S5rHzMrQuNX+s7Qb1AZSOT6Rmy2/ZXg8Y4SYudwwsfxTMjXa7a+g==",
"requires": { "requires": {
"@uppy/core": "^1.10.4", "@uppy/core": "^1.10.4",
"@uppy/tus": "^1.5.12", "@uppy/tus": "^1.5.12",
@@ -832,9 +832,9 @@
} }
}, },
"@uppy/core": { "@uppy/core": {
"version": "1.14.1", "version": "1.14.2",
"resolved": "https://registry.npmjs.org/@uppy/core/-/core-1.14.1.tgz", "resolved": "https://registry.npmjs.org/@uppy/core/-/core-1.14.2.tgz",
"integrity": "sha512-z74WpKcIOlsFASIEnnR5AryxBxT5QCxJJWwOZ8EdbcCVc8htIUFcWDXQshqgkh8ydZd9OUAS7xXHdqmpuqOuoQ==", "integrity": "sha512-sBLEhqFM9aFyE2+30tzPBx7UzdCqbG4ifa/XYbMxrf36dwiELPurFJUDIA3VSxzsbzOVP4sWS1zVBO8w6Q3lNA==",
"requires": { "requires": {
"@transloadit/prettier-bytes": "0.0.7", "@transloadit/prettier-bytes": "0.0.7",
"@uppy/store-default": "^1.2.4", "@uppy/store-default": "^1.2.4",
@@ -852,9 +852,9 @@
"integrity": "sha512-d4YTq6SeH792+vG9OXGCfmCIoo4RteLJKU2mZCzMYNjCZ1yNfU/FVw1r7heTc7f2wNls56ABor2xSybk/X+wFA==" "integrity": "sha512-d4YTq6SeH792+vG9OXGCfmCIoo4RteLJKU2mZCzMYNjCZ1yNfU/FVw1r7heTc7f2wNls56ABor2xSybk/X+wFA=="
}, },
"@uppy/tus": { "@uppy/tus": {
"version": "1.8.0", "version": "1.8.1",
"resolved": "https://registry.npmjs.org/@uppy/tus/-/tus-1.8.0.tgz", "resolved": "https://registry.npmjs.org/@uppy/tus/-/tus-1.8.1.tgz",
"integrity": "sha512-Cdf2epyuiZSxcOOlw61CLZU7h3i0KILHv0pV5arC054wPeH9D0nuEcR9iR12jm4ilFDABmuCbVZ1j7nGQR6zEw==", "integrity": "sha512-E71MmFXdpKL7Jjri2dVS5AMVGBEbqMR+8WV5u4KKIRok9Gv72/BsWESun1zB8fUhaSOvmfqjppyOt7+/uWUkNw==",
"requires": { "requires": {
"@uppy/companion-client": "^1.6.1", "@uppy/companion-client": "^1.6.1",
"@uppy/utils": "^3.2.5", "@uppy/utils": "^3.2.5",
+1 -1
View File
@@ -28,7 +28,7 @@
"node": ">=10.15.1" "node": ">=10.15.1"
}, },
"dependencies": { "dependencies": {
"@psf/bch-js": "^4.1.1", "@psf/bch-js": "^4.2.5",
"apidoc": "^0.23.0", "apidoc": "^0.23.0",
"axios": "^0.19.0", "axios": "^0.19.0",
"bitcore-lib-cash": "^8.23.1", "bitcore-lib-cash": "^8.23.1",