From 1f589c8222e901acb8f2c9ec539fc1ee28a18148 Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Tue, 2 Apr 2024 11:13:53 +0100 Subject: [PATCH] chore: update tls version in integration tests (#2458) @libp2p/tls is v1 so update the dep version. --- packages/integration-tests/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/integration-tests/package.json b/packages/integration-tests/package.json index 35e4be2665..1162bc5a6e 100644 --- a/packages/integration-tests/package.json +++ b/packages/integration-tests/package.json @@ -58,7 +58,7 @@ "@libp2p/ping": "^1.0.11", "@libp2p/plaintext": "^1.0.15", "@libp2p/tcp": "^9.0.15", - "@libp2p/tls": "^0.0.0", + "@libp2p/tls": "^1.0.2", "@libp2p/webrtc": "^4.0.19", "@libp2p/websockets": "^8.0.15", "@multiformats/mafmt": "^12.1.6",