From 737db4edaf3411a3ced479dad41a92cc658fa2a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 11:20:02 +0000 Subject: [PATCH] chore(deps): bump @helia/delegated-routing-v1-http-api-client Bumps [@helia/delegated-routing-v1-http-api-client](https://github.com/ipfs/helia-delegated-routing-v1-http-api) from 4.2.5 to 5.1.2. - [Release notes](https://github.com/ipfs/helia-delegated-routing-v1-http-api/releases) - [Changelog](https://github.com/ipfs/helia-delegated-routing-v1-http-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/ipfs/helia-delegated-routing-v1-http-api/compare/@helia/delegated-routing-v1-http-api-client-4.2.5...@helia/delegated-routing-v1-http-api-client-5.1.2) --- updated-dependencies: - dependency-name: "@helia/delegated-routing-v1-http-api-client" dependency-version: 5.1.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/js-libp2p-example-delegated-routing/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/js-libp2p-example-delegated-routing/package.json b/examples/js-libp2p-example-delegated-routing/package.json index 2ce413d..85c3d7b 100644 --- a/examples/js-libp2p-example-delegated-routing/package.json +++ b/examples/js-libp2p-example-delegated-routing/package.json @@ -21,7 +21,7 @@ "test": "npm run build && test-browser-example test" }, "dependencies": { - "@helia/delegated-routing-v1-http-api-client": "^4.0.0", + "@helia/delegated-routing-v1-http-api-client": "^5.1.2", "@helia/delegated-routing-v1-http-api-server": "^4.0.0", "@libp2p/peer-id": "^6.0.1", "helia": "^5.0.0",