From 3b6f4894b20753639c4cbc35d98c3851415b27cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jun 2022 11:27:47 +0000 Subject: [PATCH] chore: bump ipfs from 0.56.2 to 0.63.3 Bumps [ipfs](https://github.com/ipfs/js-ipfs) from 0.56.2 to 0.63.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@0.56.2...ipfs-v0.63.3) --- updated-dependencies: - dependency-name: ipfs dependency-type: direct:development update-type: version-update:semver-minor ... 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..42b15428 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@types/hapi__hapi": "^20.0.9", "aegir": "^34.1.0", "go-ipfs": "^0.9.1", - "ipfs": "^0.56.1", + "ipfs": "^0.63.3", "ipfs-client": "^0.5.1", "ipfs-http-client": "^51.0.1", "ipfs-unixfs": "^5.0.0",