From 9f814a99ea5cb89764520b053e163512e5466351 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 13:00:49 +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 6.0.1. - [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-6.0.1) --- updated-dependencies: - dependency-name: "@helia/delegated-routing-v1-http-api-client" dependency-version: 6.0.1 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..de91dd1 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": "^6.0.1", "@helia/delegated-routing-v1-http-api-server": "^4.0.0", "@libp2p/peer-id": "^6.0.1", "helia": "^5.0.0",