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