From be373552f5aee91b315ac42ac71ec9fc5e9e84be Mon Sep 17 00:00:00 2001 From: "Devon R. James" Date: Fri, 16 Apr 2021 12:16:13 -0700 Subject: [PATCH] v 1.1.6 updated brcypto to 5.4.0 and bfilter to devon's fork --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b89fb5a5..e6874113 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fcoin", - "version": "1.1.5", + "version": "1.1.6", "description": "FLO bike-shed", "license": "MIT", "repository": "git://github.com/oipwg/fcoin.git", @@ -30,12 +30,12 @@ "dependencies": { "bcfg": "~0.1.6", "@oipwg/fclient": "~0.1.7", - "bcrypto": "~3.1.11", + "bcrypto": "~5.4.0", "bdb": "~1.1.7", "bdns": "~0.1.5", "bevent": "~0.1.5", "bfile": "~0.2.1", - "bfilter": "git+https://github.com/bcoin-org/bfilter.git#semver:~2.0.0", + "bfilter": "git+https://github.com/devonjames/bfilter.git", "bheep": "~0.1.5", "binet": "~0.3.5", "blgr": "~0.1.7",