From 55cb872d9105fceac6ae1f550a585bb11fd81a6b Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Mon, 7 Oct 2024 15:55:25 +0100 Subject: [PATCH] fix: update helia and libp2p deps (#313) Updates to helia@5.x.x and libp2p@2.x.x deps --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 141d9b8..5e17513 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,8 @@ "test2": "npm run client & npm run server" }, "dependencies": { - "@helia/dag-cbor": "^3.0.0", - "helia": "^4.0.1", + "@helia/dag-cbor": "^4.0.0", + "helia": "^5.0.0", "it-length-prefixed-stream": "^1.1.6", "multiformats": "^13.0.1" }