From 92229633286516f25c611e33c09142f12f1f70ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 11:07:43 +0000 Subject: [PATCH] chore: bump ipfs-utils from 8.1.6 to 9.0.13 Bumps [ipfs-utils](https://github.com/ipfs/js-ipfs-utils) from 8.1.6 to 9.0.13. - [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.13) --- 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..36cd9db4 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.13", "joi": "^17.2.1", "merge-options": "^3.0.1", "multiaddr": "^10.0.0",