From 75f6777d898b266695e5eaa91a866958fb0d4b6c Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Mon, 10 Aug 2020 11:23:45 +0100 Subject: [PATCH] chore: update deps (#57) * chore: update deps Pulls in latest peer id with Uint8Arrays BREAKING CHANGES: - The peer id dep of this module has replaced node Buffers with Uint8Arrays * chore: update gh deps --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7941264..556411b 100644 --- a/package.json +++ b/package.json @@ -47,11 +47,11 @@ "it-pair": "^1.0.0", "it-pipe": "^1.1.0", "libp2p-tcp": "^0.14.5", - "multiaddr": "^7.5.0", + "multiaddr": "^8.0.0", "p-defer": "^3.0.0", "p-limit": "^2.3.0", "p-wait-for": "^3.1.0", - "peer-id": "^0.13.13", + "peer-id": "^0.14.0", "sinon": "^9.0.2", "streaming-iterables": "^5.0.2" },