From e0168598809db84f7f81879c9b9cb071c9f5ecca Mon Sep 17 00:00:00 2001 From: chad Date: Tue, 11 Apr 2023 14:11:03 -0500 Subject: [PATCH] deps: Update multiaddr to 12.1.1 and multiformats 11.0.2 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ecee807..45c7f69 100644 --- a/package.json +++ b/package.json @@ -147,7 +147,7 @@ "@libp2p/interfaces": "^3.2.0", "@libp2p/logger": "^2.0.0", "@libp2p/peer-id": "^2.0.0", - "@multiformats/multiaddr": "^12.0.0", + "@multiformats/multiaddr": "^12.1.1", "@protobuf-ts/runtime": "^2.8.0", "abortable-iterator": "^4.0.2", "err-code": "^3.0.1", @@ -157,7 +157,7 @@ "it-pipe": "^2.0.4", "it-pushable": "^3.1.0", "it-stream-types": "^1.0.4", - "multiformats": "^11.0.0", + "multiformats": "^11.0.2", "multihashes": "^4.0.3", "p-defer": "^4.0.0", "protons-runtime": "^4.0.1",