From 14177f92296c10bb6c483c91a2f7581559cd0ade Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 11:58:33 +0000 Subject: [PATCH] chore(deps): bump @libp2p/circuit-relay-v2 from 3.2.24 to 4.1.1 Bumps [@libp2p/circuit-relay-v2](https://github.com/libp2p/js-libp2p) from 3.2.24 to 4.1.1. - [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...crypto-v4.1.1) --- updated-dependencies: - dependency-name: "@libp2p/circuit-relay-v2" dependency-version: 4.1.1 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..8ad47ca3 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.1", "@libp2p/crypto": "^5.0.9", "@libp2p/devtools-metrics": "^1.1.6", "@libp2p/identify": "^3.0.15",