Skip to content

Commit 1f589c8

Browse files
authored
chore: update tls version in integration tests (#2458)
@libp2p/tls is v1 so update the dep version.
1 parent cae8639 commit 1f589c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@libp2p/ping": "^1.0.11",
5959
"@libp2p/plaintext": "^1.0.15",
6060
"@libp2p/tcp": "^9.0.15",
61-
"@libp2p/tls": "^0.0.0",
61+
"@libp2p/tls": "^1.0.2",
6262
"@libp2p/webrtc": "^4.0.19",
6363
"@libp2p/websockets": "^8.0.15",
6464
"@multiformats/mafmt": "^12.1.6",

0 commit comments

Comments
 (0)