From 652e0c6d90decf2c6fbe254d59e828f373aa08cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 11:34:00 +0000 Subject: [PATCH] chore(deps): bump @helia/delegated-routing-v1-http-api-server Bumps [@helia/delegated-routing-v1-http-api-server](https://github.com/ipfs/helia-delegated-routing-v1-http-api) from 4.0.6 to 5.2.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-server-4.0.6...@helia/delegated-routing-v1-http-api-server-5.2.1) --- updated-dependencies: - dependency-name: "@helia/delegated-routing-v1-http-api-server" dependency-version: 5.2.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..b504fb8 100644 --- a/examples/js-libp2p-example-delegated-routing/package.json +++ b/examples/js-libp2p-example-delegated-routing/package.json @@ -22,7 +22,7 @@ }, "dependencies": { "@helia/delegated-routing-v1-http-api-client": "^4.0.0", - "@helia/delegated-routing-v1-http-api-server": "^4.0.0", + "@helia/delegated-routing-v1-http-api-server": "^5.2.1", "@libp2p/peer-id": "^6.0.1", "helia": "^5.0.0", "libp2p": "^3.0.2",