From ba2630f10d1999567bc0664a9df83e7a10bbcf51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 11:21:16 +0000 Subject: [PATCH] chore(deps): bump @libp2p/tcp from 3.1.2 to 5.0.1 Bumps [@libp2p/tcp](https://github.com/libp2p/js-libp2p-tcp) from 3.1.2 to 5.0.1. - [Release notes](https://github.com/libp2p/js-libp2p-tcp/releases) - [Changelog](https://github.com/libp2p/js-libp2p-tcp/blob/master/CHANGELOG.md) - [Commits](https://github.com/libp2p/js-libp2p-tcp/compare/v3.1.2...v5.0.1) --- updated-dependencies: - dependency-name: "@libp2p/tcp" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/custom-libp2p/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/custom-libp2p/package.json b/examples/custom-libp2p/package.json index 3936c08b..5e55869b 100644 --- a/examples/custom-libp2p/package.json +++ b/examples/custom-libp2p/package.json @@ -18,7 +18,7 @@ "@libp2p/kad-dht": "^3.0.4", "@libp2p/mdns": "^3.0.0", "@libp2p/mplex": "^5.2.0", - "@libp2p/tcp": "^3.0.6", + "@libp2p/tcp": "^5.0.1", "ipfs-core": "^0.16.0", "libp2p": "^0.39.0", "uint8arrays": "^3.0.0"