From edf4b2a4f5414827c7fc06f64f12d369ab85445f Mon Sep 17 00:00:00 2001 From: Sky Young Date: Thu, 15 Aug 2019 17:10:19 -0600 Subject: [PATCH] Update flosight-api to 5.0.0-beta.74 --- package-lock.json | 145 ++++++++++++++++++++++++++++------------------ package.json | 4 +- 2 files changed, 92 insertions(+), 57 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6e6b9437..49c1f23b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "flocore-node", - "version": "5.0.1", + "version": "5.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -245,6 +245,14 @@ } } }, + "base-x": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/base-x/-/base-x-3.0.6.tgz", + "integrity": "sha512-4PaF8u2+AlViJxRVjurkLTxpp7CaFRD/jo5rPT9ONnKxyhQ8f59yzamEvq7EkriG56yn5On4ONyaG75HLqr46w==", + "requires": { + "safe-buffer": "^5.0.1" + } + }, "base64-arraybuffer": { "version": "0.1.5", "resolved": "https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.5.tgz", @@ -499,6 +507,11 @@ } } }, + "brorand": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz", + "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=" + }, "browser-stdout": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.0.tgz", @@ -521,6 +534,14 @@ "bsert": "~0.0.10" } }, + "bs58": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/bs58/-/bs58-4.0.1.tgz", + "integrity": "sha1-vhYedsNU9veIrkBx9j806MTwpCo=", + "requires": { + "base-x": "^3.0.2" + } + }, "bsert": { "version": "0.0.10", "resolved": "https://registry.npmjs.org/bsert/-/bsert-0.0.10.tgz", @@ -582,6 +603,11 @@ "resolved": "https://registry.npmjs.org/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz", "integrity": "sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==" }, + "buffer-compare": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/buffer-compare/-/buffer-compare-1.1.1.tgz", + "integrity": "sha1-W+e+hTr4kZjR9N3AkNHWakiu9ZY=" + }, "buffer-fill": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/buffer-fill/-/buffer-fill-1.0.0.tgz", @@ -1224,6 +1250,20 @@ "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" }, + "elliptic": { + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.4.0.tgz", + "integrity": "sha1-ysmvh2LIWDYYcAPI3+GT5eLq5d8=", + "requires": { + "bn.js": "^4.4.0", + "brorand": "^1.0.1", + "hash.js": "^1.0.0", + "hmac-drbg": "^1.0.0", + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0", + "minimalistic-crypto-utils": "^1.0.0" + } + }, "encodeurl": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", @@ -1637,8 +1677,8 @@ "dev": true }, "fcoin": { - "version": "git+https://github.com/OstlerDev/fcoin.git#c388d4c1cfb43efce29d918d7ae01cb99074f0bf", - "from": "git+https://github.com/OstlerDev/fcoin.git#bcoin-1.0.2", + "version": "1.1.0", + "resolved": "git+https://github.com/OstlerDev/fcoin.git#c388d4c1cfb43efce29d918d7ae01cb99074f0bf", "requires": { "@oipwg/fclient": "~0.1.7", "bcfg": "~0.1.6", @@ -1769,45 +1809,9 @@ }, "dependencies": { "bn.js": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-2.0.4.tgz", - "integrity": "sha1-Igp81nf38b+pNif/QZN3b+eBlIA=" - }, - "bs58": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/bs58/-/bs58-2.0.0.tgz", - "integrity": "sha1-crcTvtIjoKxRi72g484/SBfznrU=" - }, - "buffer-compare": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/buffer-compare/-/buffer-compare-1.0.0.tgz", - "integrity": "sha1-rKp6lm6Y7un64Usxw5pfFY+zxKI=" - }, - "elliptic": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-3.0.3.tgz", - "integrity": "sha1-hlybQgv75VAGuflp+XoNLESWZZU=", - "requires": { - "bn.js": "^2.0.0", - "brorand": "^1.0.1", - "hash.js": "^1.0.0", - "inherits": "^2.0.1" - }, - "dependencies": { - "brorand": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.0.5.tgz", - "integrity": "sha1-B7VMowKGq9Fxig4qgwgD79yb+gQ=" - }, - "hash.js": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.0.3.tgz", - "integrity": "sha1-EzL/ABVsCg/92CNgE9B7d6BFFXM=", - "requires": { - "inherits": "^2.0.1" - } - } - } + "version": "4.11.8", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", + "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==" }, "inherits": { "version": "2.0.1", @@ -1815,9 +1819,9 @@ "integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=" }, "lodash": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz", - "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=" + "version": "4.17.4", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", + "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=" }, "scryptsy": { "version": "2.0.0", @@ -1835,12 +1839,13 @@ } }, "flocore-p2p": { - "version": "git+https://github.com/oipwg/flocore-p2p.git#a062769cc4cdc9a5b2f66a2dd136dfda58ebad5f", - "from": "git+https://github.com/oipwg/flocore-p2p.git#update-fcoin", + "version": "5.0.0-beta.8", + "resolved": "https://registry.npmjs.org/flocore-p2p/-/flocore-p2p-5.0.0-beta.8.tgz", + "integrity": "sha512-F5WWlQF0gEZdyYnPAYlt4xH4Wh7BCFtS3Y6bVafoSgzTCw+d7V3SeEu0xDBrAJOmcEmtVGGvdEvdcvkgOcpYaQ==", "requires": { "bloom-filter": "^0.2.0", "buffers": "github:bitpay/node-buffers#04f4c4264e0d105db2b99b786843ed64f23230d8", - "fcoin": "git+https://github.com/OstlerDev/fcoin.git#c388d4c1cfb43efce29d918d7ae01cb99074f0bf", + "fcoin": "^1.1.0", "flocore-lib": "^0.15.2", "socks5-client": "^0.3.6" } @@ -1851,16 +1856,17 @@ "integrity": "sha512-tc4YSdA0H/xSJCuOAqMVYmDdGTXUQzS69Oq0yU8NUBn+HI8PWEwh7yHOkh2XqiSXxigGpBeFEWqsTSAQXAmDqQ==" }, "flosight-api": { - "version": "git+https://github.com/oipwg/flosight-api.git#4804e44446c62b6f57185febcfecb872feb5cff9", - "from": "git+https://github.com/oipwg/flosight-api.git#update-fcoin", + "version": "5.0.0-beta.74", + "resolved": "https://registry.npmjs.org/flosight-api/-/flosight-api-5.0.0-beta.74.tgz", + "integrity": "sha512-+lmS/LEirfeChKBb6OkMmtghFCgFZhxO3+Ro0th3fOke8Q1dzCpYTOmjGnA+S68cVdfQwgIqP82avDz844AJ5w==", "requires": { "JSONStream": "^1.3.1", "async": "*", "body-parser": "^1.13.3", "compression": "^1.6.1", - "fcoin": "git+https://github.com/OstlerDev/fcoin.git#c388d4c1cfb43efce29d918d7ae01cb99074f0bf", + "fcoin": "^1.1.0", "flocore-lib": "^0.15.2", - "flocore-message": "^1.0.6", + "flocore-message": "^1.0.7", "lodash": "^2.4.1", "lru-cache": "^4.1.1", "morgan": "^1.7.0", @@ -2166,6 +2172,15 @@ } } }, + "hash.js": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz", + "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==", + "requires": { + "inherits": "^2.0.3", + "minimalistic-assert": "^1.0.1" + } + }, "hawk": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz", @@ -2178,6 +2193,16 @@ "sntp": "1.x.x" } }, + "hmac-drbg": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz", + "integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=", + "requires": { + "hash.js": "^1.0.3", + "minimalistic-assert": "^1.0.0", + "minimalistic-crypto-utils": "^1.0.1" + } + }, "hoek": { "version": "2.16.3", "resolved": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz", @@ -2978,6 +3003,16 @@ "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz", "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==" }, + "minimalistic-assert": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", + "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==" + }, + "minimalistic-crypto-utils": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz", + "integrity": "sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=" + }, "minimatch": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", @@ -3594,9 +3629,9 @@ "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=" }, "psl": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/psl/-/psl-1.2.0.tgz", - "integrity": "sha512-GEn74ZffufCmkDDLNcl3uuyF/aSD6exEyh1v/ZSdAomB82t6G9hzJVRx0jBmLDW+VfZqks3aScmMw9DszwUalA==" + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.3.0.tgz", + "integrity": "sha512-avHdspHO+9rQTLbv1RO+MPYeP/SzsCoxofjVnHanETfQhTJrmB0HlDoW+EiN/R+C0BZ+gERab9NY0lPN2TxNag==" }, "pump": { "version": "2.0.1", diff --git a/package.json b/package.json index 9aa2a886..4aad1394 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "node": ">=8.0.0" }, "author": "BitPay ", - "version": "5.0.2", + "version": "5.0.3", "main": "./index.js", "repository": "git://github.com/oipwg/flocore-node.git", "homepage": "https://github.com/oipwg/flocore-node", @@ -41,7 +41,7 @@ "flocore-message": "^1.0.7", "flocore-p2p": "^5.0.0-beta.8", "florincoind-rpc": "0.7.1", - "flosight-api": "^5.0.0-beta.73", + "flosight-api": "^5.0.0-beta.74", "flosight-ui": "^5.0.0-beta.72", "leveldown": "^2.0.0", "levelup": "^2.0.0",