From 8ff9f607b01d0d367b1a28fc12201fd9c3fa6f55 Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Tue, 11 Aug 2020 14:34:44 +0100 Subject: [PATCH] chore: update deps (#136) Updates to the latest mafmt which has the latest multiaddr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bc3dad1..dd06013 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "debug": "^4.1.1", "err-code": "^2.0.0", "libp2p-utils": "^0.2.0", - "mafmt": "^7.1.0", + "mafmt": "^8.0.0", "multiaddr": "^8.0.0", "stream-to-it": "^0.2.2" },