From cc2cd1bf5d89c18b712885e4828d4dddf384b85e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 11:26:00 +0000 Subject: [PATCH] chore: bump ipfs-http-client from 51.0.1 to 59.0.0 Bumps [ipfs-http-client](https://github.com/ipfs/js-ipfs) from 51.0.1 to 59.0.0. - [Release notes](https://github.com/ipfs/js-ipfs/releases) - [Changelog](https://github.com/ipfs/js-ipfs/blob/master/CHANGELOG.md) - [Commits](https://github.com/ipfs/js-ipfs/compare/ipfs-http-client@51.0.1...ipfs-http-client-v59.0.0) --- updated-dependencies: - dependency-name: ipfs-http-client dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a3fdf35..d332a8ef 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "go-ipfs": "^0.9.1", "ipfs": "^0.56.1", "ipfs-client": "^0.5.1", - "ipfs-http-client": "^51.0.1", + "ipfs-http-client": "^59.0.0", "ipfs-unixfs": "^5.0.0", "it-last": "^1.0.5", "util": "^0.12.4"