Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Oct 25, 2023
1 parent c10f7dc commit 14f57cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/js-libp2p-example-chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"it-length-prefixed": "^9.0.1",
"it-map": "^3.0.3",
"it-pipe": "^3.0.1",
"libp2p": "^0.46.0",
"libp2p": "^0.46.16",
"p-defer": "^4.0.0",
"uint8arrays": "^4.0.6"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/js-libp2p-example-circuit-relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@chainsafe/libp2p-yamux": "^5.0.0",
"@libp2p/websockets": "^7.0.9",
"@multiformats/multiaddr": "^12.1.7",
"libp2p": "^0.46.14"
"libp2p": "^0.46.16"
},
"devDependencies": {
"test-ipfs-example": "^1.1.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@libp2p/mplex": "^9.0.0",
"@libp2p/tcp": "^8.0.0",
"it-pipe": "^3.0.1",
"libp2p": "^0.46.0",
"libp2p": "^0.46.16",
"uint8arrays": "^4.0.6"
},
"devDependencies": {
Expand Down

0 comments on commit 14f57cd

Please sign in to comment.