From a0ad4cf5bcc937ee98f1ef5c4c497fc7d8baf255 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8071c4c..87cce21 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "test": "NODE_OPTIONS=--experimental-vm-modules jest" }, "dependencies": { - "helia": "^4.0.1" + "helia": "^5.0.0" }, "devDependencies": { "jest": "^29.6.2"