From 4ac70cbe9118db3026343f35062b7cb5ebe90335 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Apr 2022 11:25:32 +0000 Subject: [PATCH] chore: bump ipfs-http-client from 51.0.1 to 56.0.3 Bumps [ipfs-http-client](https://github.com/ipfs/js-ipfs) from 51.0.1 to 56.0.3. - [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-v56.0.3) --- 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..4e169398 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": "^56.0.3", "ipfs-unixfs": "^5.0.0", "it-last": "^1.0.5", "util": "^0.12.4"