From a5b7b631f855a27f15e1744f10e810b092ec4113 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 11:39:17 +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.1.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.1.1) --- updated-dependencies: - dependency-name: "@helia/delegated-routing-v1-http-api-server" dependency-version: 5.1.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..cb7017d 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.1.1", "@libp2p/peer-id": "^6.0.1", "helia": "^5.0.0", "libp2p": "^3.0.2",