From 5cddc65aac46571ddf1d4bc610d615e6303e9070 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 10:11:24 +0000 Subject: [PATCH] deps: bump the helia-deps group across 1 directory with 2 updates Bumps the helia-deps group with 2 updates in the / directory: [@helia/delegated-routing-v1-http-api-client](https://github.com/ipfs/helia-delegated-routing-v1-http-api) and [multiformats](https://github.com/multiformats/js-multiformats). Updates `@helia/delegated-routing-v1-http-api-client` from 6.0.1 to 7.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-6.0.1...@helia/delegated-routing-v1-http-api-client-7.0.1) Updates `multiformats` from 13.4.2 to 14.0.0 - [Release notes](https://github.com/multiformats/js-multiformats/releases) - [Changelog](https://github.com/multiformats/js-multiformats/blob/master/CHANGELOG.md) - [Commits](https://github.com/multiformats/js-multiformats/compare/v13.4.2...v14.0.0) --- updated-dependencies: - dependency-name: "@helia/delegated-routing-v1-http-api-client" dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: helia-deps - dependency-name: multiformats dependency-version: 14.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: helia-deps ... Signed-off-by: dependabot[bot] --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 95afd80c..129e378a 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@chainsafe/libp2p-noise": "^17.0.0", "@chainsafe/libp2p-yamux": "^8.0.1", "@helia/block-brokers": "^5.2.1", - "@helia/delegated-routing-v1-http-api-client": "^6.0.1", + "@helia/delegated-routing-v1-http-api-client": "^7.0.1", "@helia/routers": "^5.1.0", "@helia/utils": "^2.5.0", "@helia/verified-fetch": "^7.2.16", @@ -73,7 +73,7 @@ "file-type": "^22.0.1", "ipfs-css": "^1.4.0", "libp2p": "^3.1.0", - "multiformats": "^13.4.1", + "multiformats": "^14.0.0", "preact": "^10.28.2", "pretty-bytes": "^7.1.0", "react-icons": "^5.5.0", @@ -135,6 +135,6 @@ "*.css" ], "overrides": { - "multiformats": "^13.4.1" + "multiformats": "^14.0.0" } }