From 9383e8f9d69da4bf6b2ba13870e2d0cc9b2b7f60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 11:45:02 +0000 Subject: [PATCH] chore(deps): bump @libp2p/tcp from 10.1.19 to 11.0.0 Bumps [@libp2p/tcp](https://github.com/libp2p/js-libp2p) from 10.1.19 to 11.0.0. - [Release notes](https://github.com/libp2p/js-libp2p/releases) - [Changelog](https://github.com/libp2p/js-libp2p/blob/main/.release-please.json) - [Commits](https://github.com/libp2p/js-libp2p/compare/tcp-v10.1.19...tcp-v11.0.0) --- updated-dependencies: - dependency-name: "@libp2p/tcp" dependency-version: 11.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/helia-101/package.json | 2 +- examples/helia-remote-pinning/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/helia-101/package.json b/examples/helia-101/package.json index 29b60cce..3b912caf 100644 --- a/examples/helia-101/package.json +++ b/examples/helia-101/package.json @@ -34,7 +34,7 @@ "@libp2p/identify": "^3.0.29", "@libp2p/pnet": "^2.0.39", "@libp2p/prometheus-metrics": "^4.3.18", - "@libp2p/tcp": "^10.1.10", + "@libp2p/tcp": "^11.0.0", "blockstore-core": "^5.0.2", "blockstore-fs": "^2.0.2", "datastore-core": "^10.0.2", diff --git a/examples/helia-remote-pinning/package.json b/examples/helia-remote-pinning/package.json index a405fa10..b43a5487 100644 --- a/examples/helia-remote-pinning/package.json +++ b/examples/helia-remote-pinning/package.json @@ -24,7 +24,7 @@ "@libp2p/devtools-metrics": "^1.1.6", "@libp2p/identify": "^3.0.15", "@libp2p/kad-dht": "^14.2.0", - "@libp2p/tcp": "^10.0.15", + "@libp2p/tcp": "^11.0.0", "@libp2p/websockets": "^9.1.2", "helia": "^5.0.0", "it-drain": "^3.0.7",