From f2af7ffe47f8c8273689a2d8406c6a6037fb1d94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Apr 2022 11:31:00 +0000 Subject: [PATCH] chore: bump ipfs-unixfs from 5.0.0 to 6.0.7 Bumps [ipfs-unixfs](https://github.com/ipfs/js-ipfs-unixfs) from 5.0.0 to 6.0.7. - [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-v6.0.7) --- 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..2c4cff1d 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": "^6.0.7", "it-last": "^1.0.5", "util": "^0.12.4" },