From 81ef9330c7533a4fc237522b68df4692d3001930 Mon Sep 17 00:00:00 2001 From: Mark Stacey Date: Fri, 12 Feb 2021 17:49:32 -0330 Subject: [PATCH] Remove `multihashes` (#10443) This dependency was used in our IPFS ENS resolver, but it has not been used directly since #6402. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 5574864ed..d858442f5 100644 --- a/package.json +++ b/package.json @@ -140,7 +140,6 @@ "lodash": "^4.17.19", "loglevel": "^1.4.1", "luxon": "^1.24.1", - "multihashes": "^0.4.12", "nanoid": "^2.1.6", "nonce-tracker": "^1.0.0", "obj-multiplex": "^1.0.0",