From 8fc6f8af81b1da83d7411422ae39a2a8bd1fda1b Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Tue, 4 May 2021 11:14:11 +0100 Subject: [PATCH] chore: update ipfs-utils dep (#937) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a655992d..7d6fda06 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "events": "^3.3.0", "hashlru": "^2.3.0", "interface-datastore": "^4.0.0", - "ipfs-utils": "^6.0.0", + "ipfs-utils": "^7.0.0", "it-all": "^1.0.4", "it-buffer": "^0.1.2", "it-drain": "^1.0.3",