From 55dad1cccda8a2f7fcb2914175827a0706c43e9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 17:12:58 +0000 Subject: [PATCH] deps: bump ipns from 9.1.2 to 10.0.0 in /packages/gateway-conformance Bumps [ipns](https://github.com/ipfs/js-ipns) from 9.1.2 to 10.0.0. - [Release notes](https://github.com/ipfs/js-ipns/releases) - [Changelog](https://github.com/ipfs/js-ipns/blob/main/CHANGELOG.md) - [Commits](https://github.com/ipfs/js-ipns/compare/v9.1.2...v10.0.0) --- updated-dependencies: - dependency-name: ipns dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/gateway-conformance/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gateway-conformance/package.json b/packages/gateway-conformance/package.json index c3482138..a5590ef5 100644 --- a/packages/gateway-conformance/package.json +++ b/packages/gateway-conformance/package.json @@ -70,7 +70,7 @@ "interface-blockstore": "^5.2.10", "interface-datastore": "^8.2.11", "ipfsd-ctl": "^14.1.0", - "ipns": "^9.1.0", + "ipns": "^10.0.0", "kubo": "^0.32.0", "kubo-rpc-client": "^4.1.1", "uint8arrays": "^5.1.0",