Skip to content

Commit 14f57cd

Browse files
committed
chore: update deps
1 parent c10f7dc commit 14f57cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/js-libp2p-example-chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"it-length-prefixed": "^9.0.1",
2828
"it-map": "^3.0.3",
2929
"it-pipe": "^3.0.1",
30-
"libp2p": "^0.46.0",
30+
"libp2p": "^0.46.16",
3131
"p-defer": "^4.0.0",
3232
"uint8arrays": "^4.0.6"
3333
},

examples/js-libp2p-example-circuit-relay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@chainsafe/libp2p-yamux": "^5.0.0",
2121
"@libp2p/websockets": "^7.0.9",
2222
"@multiformats/multiaddr": "^12.1.7",
23-
"libp2p": "^0.46.14"
23+
"libp2p": "^0.46.16"
2424
},
2525
"devDependencies": {
2626
"test-ipfs-example": "^1.1.0"

examples/js-libp2p-example-connection-encryption/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@libp2p/mplex": "^9.0.0",
2222
"@libp2p/tcp": "^8.0.0",
2323
"it-pipe": "^3.0.1",
24-
"libp2p": "^0.46.0",
24+
"libp2p": "^0.46.16",
2525
"uint8arrays": "^4.0.6"
2626
},
2727
"devDependencies": {

0 commit comments

Comments
 (0)