From ce89e37c63e7d32cd739ec967e89e6583b3f3f01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 11:40:58 +0000 Subject: [PATCH] chore(deps): bump @libp2p/circuit-relay-v2 from 3.2.24 to 4.0.4 Bumps [@libp2p/circuit-relay-v2](https://github.com/libp2p/js-libp2p) from 3.2.24 to 4.0.4. - [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/circuit-relay-v2-v3.2.24...perf-v4.0.4) --- updated-dependencies: - dependency-name: "@libp2p/circuit-relay-v2" dependency-version: 4.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/helia-remote-pinning/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/helia-remote-pinning/package.json b/examples/helia-remote-pinning/package.json index a405fa10..2a02a1a6 100644 --- a/examples/helia-remote-pinning/package.json +++ b/examples/helia-remote-pinning/package.json @@ -19,7 +19,7 @@ "@helia/pinning-service-api-server": "^1.0.0", "@helia/remote-pinning": "^2.0.0", "@libp2p/bootstrap": "^11.0.17", - "@libp2p/circuit-relay-v2": "^3.1.7", + "@libp2p/circuit-relay-v2": "^4.0.4", "@libp2p/crypto": "^5.0.9", "@libp2p/devtools-metrics": "^1.1.6", "@libp2p/identify": "^3.0.15",