From 21b30b120a057882ddc466ae55d61b5e4c06ee27 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Sun, 12 May 2019 11:53:27 +0100 Subject: [PATCH] chore: update cids dependency Note that since this module does not return CIDs, this change could be released as a patch version. License: MIT Signed-off-by: Alan Shaw --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b6b614c1..063eb495 100644 --- a/package.json +++ b/package.json @@ -57,14 +57,14 @@ "base32.js": "~0.1.0", "bignumber.js": "^8.1.1", "buffer": "^5.2.1", - "cids": "~0.5.8", + "cids": "~0.7.0", "datastore-core": "~0.6.0", "datastore-fs": "~0.8.0", "datastore-level": "~0.11.0", "debug": "^4.1.0", "dlv": "^1.1.2", "interface-datastore": "~0.6.0", - "ipfs-block": "~0.8.0", + "ipfs-block": "~0.8.1", "just-safe-set": "^2.1.0", "multiaddr": "^6.0.6", "proper-lockfile": "^4.0.0",