From 90b27103926396d03849ecdc3daf3396b4687213 Mon Sep 17 00:00:00 2001 From: achingbrain Date: Thu, 23 Mar 2023 11:03:38 +0000 Subject: [PATCH] deps: update interface-store to 5.x.x --- packages/ipfs-unixfs-importer/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ipfs-unixfs-importer/package.json b/packages/ipfs-unixfs-importer/package.json index 8de5744b..24d0c6a0 100644 --- a/packages/ipfs-unixfs-importer/package.json +++ b/packages/ipfs-unixfs-importer/package.json @@ -164,7 +164,7 @@ "err-code": "^3.0.1", "hamt-sharding": "^3.0.0", "interface-blockstore": "^5.0.0", - "interface-store": "^4.0.0", + "interface-store": "^5.0.1", "ipfs-unixfs": "^11.0.0", "it-all": "^2.0.0", "it-batch": "^2.0.0",