From cd4481b723b79a18df7f7e36e22f9badf006c46d Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Sun, 12 May 2019 08:13:14 +0100 Subject: [PATCH] chore: update cids dependency BREAKING CHANGE: v1 CIDs created by this module now default to base32 encoding when stringified refs: https://github.com/ipfs/js-ipfs/issues/1995 License: MIT Signed-off-by: Alan Shaw --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c29e8e3..a8120c2 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "homepage": "https://github.com/ipfs/js-ipfs-http-response#readme", "dependencies": { "async": "^2.6.1", - "cids": "~0.5.7", + "cids": "~0.7.0", "debug": "^4.1.1", "file-type": "^8.0.0", "filesize": "^3.6.1",