From 1ae5ff7bdddf7d9843ee837e9f823a0ce3b20772 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 12:19:58 +0000 Subject: [PATCH] chore(deps): bump @libp2p/tcp from 3.1.2 to 6.1.2 Bumps [@libp2p/tcp](https://github.com/libp2p/js-libp2p-tcp) from 3.1.2 to 6.1.2. - [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.1.2) --- 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..6e2b5d68 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.1.2", "ipfs-core": "^0.16.0", "libp2p": "^0.39.0", "uint8arrays": "^3.0.0"