From 8163e04ef7544926735ebd77d1c8d9a92068674d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Nov 2022 11:15:12 +0000 Subject: [PATCH] chore(deps): bump @libp2p/tcp from 3.1.2 to 6.0.4 Bumps [@libp2p/tcp](https://github.com/libp2p/js-libp2p-tcp) from 3.1.2 to 6.0.4. - [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...v6.0.4) --- 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..9eeafe14 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": "^6.0.4", "ipfs-core": "^0.16.0", "libp2p": "^0.39.0", "uint8arrays": "^3.0.0"