From ccb742d9b395b241f0e4c3bb831316730345eecd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 11:18:41 +0000 Subject: [PATCH] chore: bump ipfs-utils from 8.1.6 to 9.0.9 Bumps [ipfs-utils](https://github.com/ipfs/js-ipfs-utils) from 8.1.6 to 9.0.9. - [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.9) --- 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..5773ad4c 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.9", "joi": "^17.2.1", "merge-options": "^3.0.1", "multiaddr": "^10.0.0",