From 411c5296d14064ab7db74f86e33e45e357bf76cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 11:56:08 +0000 Subject: [PATCH] chore(deps): bump @helia/ipns from 9.2.1 to 10.0.4 Bumps [@helia/ipns](https://github.com/ipfs/helia) from 9.2.1 to 10.0.4. - [Release notes](https://github.com/ipfs/helia/releases) - [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md) - [Commits](https://github.com/ipfs/helia/compare/ipns-v9.2.1...ipns-v10.0.4) --- updated-dependencies: - dependency-name: "@helia/ipns" dependency-version: 10.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/helia-101/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/helia-101/package.json b/examples/helia-101/package.json index 4fb7e314..0c7b517b 100644 --- a/examples/helia-101/package.json +++ b/examples/helia-101/package.json @@ -28,7 +28,7 @@ "@helia/car": "^5.4.1", "@helia/dag-cbor": "^5.1.1", "@helia/http": "^3.1.2", - "@helia/ipns": "^9.2.1", + "@helia/ipns": "^10.0.4", "@helia/routers": "^5.1.1", "@helia/unixfs": "^7.2.1", "@libp2p/bootstrap": "^12.0.16",