diff --git a/package-lock.json b/package-lock.json index 49c1f23b..84ed8a9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "flocore-node", - "version": "5.0.3", + "version": "5.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -1677,8 +1677,9 @@ "dev": true }, "fcoin": { - "version": "1.1.0", - "resolved": "git+https://github.com/OstlerDev/fcoin.git#c388d4c1cfb43efce29d918d7ae01cb99074f0bf", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/fcoin/-/fcoin-1.1.1.tgz", + "integrity": "sha512-KqyeaMRsR6XCaOB//XSMXxgAeufDnBUA5M1HRJlUDT0xh8Nrc9LyR7lIyruy3KEIHcNkmpJEVCdftkdbtN/Pxw==", "requires": { "@oipwg/fclient": "~0.1.7", "bcfg": "~0.1.6", @@ -1856,15 +1857,15 @@ "integrity": "sha512-tc4YSdA0H/xSJCuOAqMVYmDdGTXUQzS69Oq0yU8NUBn+HI8PWEwh7yHOkh2XqiSXxigGpBeFEWqsTSAQXAmDqQ==" }, "flosight-api": { - "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==", + "version": "5.0.0-beta.75", + "resolved": "https://registry.npmjs.org/flosight-api/-/flosight-api-5.0.0-beta.75.tgz", + "integrity": "sha512-rhWjrHkCbF+bQ9E4G0wL7OdyNil4oAYjghVEnmn+lN5XJv6ea5a94wVFTu97w1LNDqtzfZsiymVBh3o11cFrPw==", "requires": { "JSONStream": "^1.3.1", "async": "*", "body-parser": "^1.13.3", "compression": "^1.6.1", - "fcoin": "^1.1.0", + "fcoin": "^1.1.1", "flocore-lib": "^0.15.2", "flocore-message": "^1.0.7", "lodash": "^2.4.1", @@ -3629,9 +3630,9 @@ "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=" }, "psl": { - "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==" + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.4.0.tgz", + "integrity": "sha512-HZzqCGPecFLyoRj5HLfuDSKYTJkAfB5thKBIkRHtGjWwY7p1dAyveIbXIq4tO0KYfDF2tHqPUgY9SDnGm00uFw==" }, "pump": { "version": "2.0.1", diff --git a/package.json b/package.json index b436023a..79ed7b4b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "node": ">=8.0.0" }, "author": "BitPay ", - "version": "5.0.4", + "version": "5.0.5", "main": "./index.js", "repository": "git://github.com/oipwg/flocore-node.git", "homepage": "https://github.com/oipwg/flocore-node", @@ -36,12 +36,12 @@ "commander": "^2.8.1", "errno": "^0.1.4", "express": "^4.13.3", - "fcoin": "^1.1.0", + "fcoin": "^1.1.1", "flocore-lib": "^0.15.2", "flocore-message": "^1.0.7", "flocore-p2p": "^5.0.0-beta.8", "florincoind-rpc": "0.7.1", - "flosight-api": "^5.0.0-beta.74", + "flosight-api": "^5.0.0-beta.75", "flosight-ui": "^5.0.0-beta.72", "leveldown": "^2.0.0", "levelup": "^2.0.0",