From 5795976898cb4e816183f40add3dae51a4eefa99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 11:35:18 +0000 Subject: [PATCH] chore: bump ipfs from 0.56.2 to 0.64.0 Bumps [ipfs](https://github.com/ipfs/js-ipfs) from 0.56.2 to 0.64.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@0.56.2...ipfs-v0.64.0) --- 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..6383d461 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.64.0", "ipfs-client": "^0.5.1", "ipfs-http-client": "^51.0.1", "ipfs-unixfs": "^5.0.0",