From 258dee383c7fef138a7fcd580165c12a5782d8eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 05:06:59 +0000 Subject: [PATCH] Update multiformats requirement from ^9.7.0 to ^9.9.0 Updates the requirements on [multiformats](https://github.com/multiformats/js-multiformats) to permit the latest version. - [Release notes](https://github.com/multiformats/js-multiformats/releases) - [Changelog](https://github.com/multiformats/js-multiformats/blob/master/CHANGELOG.md) - [Commits](https://github.com/multiformats/js-multiformats/compare/v9.7.0...v9.9.0) --- updated-dependencies: - dependency-name: multiformats dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 176b43b..1d33572 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "inquirer": "^8.2.4", "isomorphic-fetch": "^3.0.0", "listr": "^0.14.3", - "multiformats": "^9.7.0", + "multiformats": "^9.9.0", "nunjucks": "^3.2.3", "tmp": "^0.2.1", "treeify": "^1.1.0",