From f07e7bc386389254f0228bcf8ecbddb56396a965 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:18:52 +0000 Subject: [PATCH] chore(deps): bump multiformats from 12.1.3 to 13.0.0 Bumps [multiformats](https://github.com/multiformats/js-multiformats) from 12.1.3 to 13.0.0. - [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/v12.1.3...v13.0.0) --- updated-dependencies: - dependency-name: multiformats 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 48b59ff..c70ced5 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "license": "(Apache-2.0 AND MIT)", "dependencies": { "chalk": "^5.0.1", - "multiformats": "^12.0.0" + "multiformats": "^13.0.0" }, "devDependencies": { "chai": "^4.3.6",