From 208cdee15360ef6ecf024015c27aaf69947c7dc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 10:55:18 +0000 Subject: [PATCH] deps: bump kubo-rpc-client from 4.1.3 to 5.0.1 Bumps [kubo-rpc-client](https://github.com/ipfs/js-kubo-rpc-client) from 4.1.3 to 5.0.1. - [Release notes](https://github.com/ipfs/js-kubo-rpc-client/releases) - [Commits](https://github.com/ipfs/js-kubo-rpc-client/compare/v4.1.3...v5.0.1) --- updated-dependencies: - dependency-name: kubo-rpc-client dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/gateway-conformance/package.json | 2 +- packages/interop/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/gateway-conformance/package.json b/packages/gateway-conformance/package.json index e396a2e..de57d17 100644 --- a/packages/gateway-conformance/package.json +++ b/packages/gateway-conformance/package.json @@ -72,7 +72,7 @@ "ipfsd-ctl": "^14.1.0", "ipns": "^9.1.0", "kubo": "^0.28.0", - "kubo-rpc-client": "^4.1.1", + "kubo-rpc-client": "^5.0.1", "uint8arrays": "^5.1.0", "undici": "^6.18.1" }, diff --git a/packages/interop/package.json b/packages/interop/package.json index 46e3a15..cf1f8fc 100644 --- a/packages/interop/package.json +++ b/packages/interop/package.json @@ -63,7 +63,7 @@ "fast-glob": "^3.3.2", "ipfsd-ctl": "^14.1.0", "kubo": "^0.28.0", - "kubo-rpc-client": "^4.1.1", + "kubo-rpc-client": "^5.0.1", "magic-bytes.js": "^1.10.0", "multiformats": "^13.1.0" },