From 27c5890511ca812e67668b051e3e83a33669324c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Aug 2022 11:19:45 +0000 Subject: [PATCH] chore: bump ipfs-unixfs from 5.0.0 to 7.0.0 Bumps [ipfs-unixfs](https://github.com/ipfs/js-ipfs-unixfs) from 5.0.0 to 7.0.0. - [Release notes](https://github.com/ipfs/js-ipfs-unixfs/releases) - [Commits](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs@5.0.0...ipfs-unixfs-v7.0.0) --- updated-dependencies: - dependency-name: ipfs-unixfs 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..c403a730 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "ipfs": "^0.56.1", "ipfs-client": "^0.5.1", "ipfs-http-client": "^51.0.1", - "ipfs-unixfs": "^5.0.0", + "ipfs-unixfs": "^7.0.0", "it-last": "^1.0.5", "util": "^0.12.4" },