From 3626b459071c72bd80210bfb54d309928c983726 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 11:19:44 +0000 Subject: [PATCH] chore(deps): bump @libp2p/tcp from 3.1.2 to 6.0.8 Bumps [@libp2p/tcp](https://github.com/libp2p/js-libp2p-tcp) from 3.1.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](https://github.com/libp2p/js-libp2p-tcp/compare/v3.1.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] --- 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..25f07014 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.8", "ipfs-core": "^0.16.0", "libp2p": "^0.39.0", "uint8arrays": "^3.0.0"