From f1682d6a7aa96c2ffb37690201e844a31f0f181c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 11:12:21 +0000 Subject: [PATCH] chore(deps): bump @libp2p/circuit-relay-v2 from 3.2.24 to 4.0.5 Bumps [@libp2p/circuit-relay-v2](https://github.com/libp2p/js-libp2p) from 3.2.24 to 4.0.5. - [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.5) --- updated-dependencies: - dependency-name: "@libp2p/circuit-relay-v2" dependency-version: 4.0.5 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..50a40037 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.5", "@libp2p/crypto": "^5.0.9", "@libp2p/devtools-metrics": "^1.1.6", "@libp2p/identify": "^3.0.15",