From f65644ee1a761739d9cb11d103a01f05cfaa0a53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 11:20:57 +0000 Subject: [PATCH] chore: bump ipfs-utils from 8.1.6 to 9.0.5 Bumps [ipfs-utils](https://github.com/ipfs/js-ipfs-utils) from 8.1.6 to 9.0.5. - [Release notes](https://github.com/ipfs/js-ipfs-utils/releases) - [Changelog](https://github.com/ipfs/js-ipfs-utils/blob/master/CHANGELOG.md) - [Commits](https://github.com/ipfs/js-ipfs-utils/compare/v8.1.6...v9.0.5) --- updated-dependencies: - dependency-name: ipfs-utils dependency-type: direct:production 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..42a4df05 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "debug": "^4.1.1", "execa": "^5.0.0", "ipfs-core-types": "^0.6.1", - "ipfs-utils": "^8.1.4", + "ipfs-utils": "^9.0.5", "joi": "^17.2.1", "merge-options": "^3.0.1", "multiaddr": "^10.0.0",