Skip to content

Commit

Permalink
deps: bump @libp2p/tcp from 5.0.2 to 6.0.8 (#165)
Browse files Browse the repository at this point in the history
Bumps [@libp2p/tcp](https://github.com/libp2p/js-libp2p-tcp) from 5.0.2 to 6.0.8.
- [Release notes](https://github.com/libp2p/js-libp2p-tcp/releases)
- [Changelog](https://github.com/libp2p/js-libp2p-tcp/blob/master/CHANGELOG.md)
- [Commits](libp2p/js-libp2p-tcp@v5.0.2...v6.0.8)

---
updated-dependencies:
- dependency-name: "@libp2p/tcp"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 7, 2023
1 parent d5eb5df commit fb676ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/libp2p-daemon-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"@libp2p/interface-transport": "^2.0.0",
"@libp2p/logger": "^2.0.0",
"@libp2p/peer-id": "^2.0.0",
"@libp2p/tcp": "^5.0.0",
"@libp2p/tcp": "^6.0.8",
"@multiformats/multiaddr": "^11.0.0",
"err-code": "^3.0.1",
"it-stream-types": "^1.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/libp2p-daemon-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
"@libp2p/interfaces": "^3.0.2",
"@libp2p/logger": "^2.0.0",
"@libp2p/peer-id": "^2.0.0",
"@libp2p/tcp": "^5.0.0",
"@libp2p/tcp": "^6.0.8",
"@multiformats/multiaddr": "^11.0.0",
"it-drain": "^2.0.0",
"it-length-prefixed": "^8.0.2",
Expand Down

0 comments on commit fb676ab

Please sign in to comment.