From c63e0529516c3ba28c9d9f8c5a6a635a834e49c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 12:49:21 +0000 Subject: [PATCH] chore(deps): bump @libp2p/circuit-relay-v2 from 3.2.24 to 4.1.3 Bumps [@libp2p/circuit-relay-v2](https://github.com/libp2p/js-libp2p) from 3.2.24 to 4.1.3. - [Release notes](https://github.com/libp2p/js-libp2p/releases) - [Commits](https://github.com/libp2p/js-libp2p/compare/circuit-relay-v2-v3.2.24...crypto-v4.1.3) --- updated-dependencies: - dependency-name: "@libp2p/circuit-relay-v2" dependency-version: 4.1.3 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..cc91b9fa 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.1.3", "@libp2p/crypto": "^5.0.9", "@libp2p/devtools-metrics": "^1.1.6", "@libp2p/identify": "^3.0.15",