From bbbaeadb9ece234977309186b2003bacd975a2e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 05:11:02 +0000 Subject: [PATCH] Update multiformats requirement from ^9.7.0 to ^9.7.1 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.7.1) --- 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..37b7066 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.7.1", "nunjucks": "^3.2.3", "tmp": "^0.2.1", "treeify": "^1.1.0",