From 6b6f6f5512a8d47efbaf3cf66a64682494f71538 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 11:32:54 +0000 Subject: [PATCH] chore(deps): bump @helia/ipns from 9.2.1 to 10.0.3 Bumps [@helia/ipns](https://github.com/ipfs/helia) from 9.2.1 to 10.0.3. - [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.3) --- updated-dependencies: - dependency-name: "@helia/ipns" dependency-version: 10.0.3 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..00aa9177 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.3", "@helia/routers": "^5.1.1", "@helia/unixfs": "^7.2.1", "@libp2p/bootstrap": "^12.0.16",