From 1bfbcaaf3ebe437e727f519f864c6e697feb3959 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 11:15:24 +0000 Subject: [PATCH] deps: bump multiformats from 10.0.3 to 11.0.0 (#43) Bumps [multiformats](https://github.com/multiformats/js-multiformats) from 10.0.3 to 11.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/v10.0.3...v11.0.0) --- updated-dependencies: - dependency-name: multiformats dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3f92a04..b2ab4c7 100644 --- a/package.json +++ b/package.json @@ -178,7 +178,7 @@ "build": "aegir build" }, "dependencies": { - "multiformats": "^10.0.0" + "multiformats": "^11.0.0" }, "devDependencies": { "@types/benchmark": "^2.1.1",