From 83b5ea56a7e3a7344512fc81cc21edc3d1c2c75f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 11:18:25 +0000 Subject: [PATCH] chore: bump ipfs from 0.56.2 to 0.66.0 Bumps [ipfs](https://github.com/ipfs/js-ipfs) from 0.56.2 to 0.66.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.66.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..84c93e09 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.66.0", "ipfs-client": "^0.5.1", "ipfs-http-client": "^51.0.1", "ipfs-unixfs": "^5.0.0",