From 7033a31ecfd69e36cf83791c04c4bd2a92cd1cd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Dec 2023 13:13:00 +0100 Subject: [PATCH] deps: bump multiformats from 12.1.3 to 13.0.0 (#109) 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] 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 9428368..e267205 100644 --- a/package.json +++ b/package.json @@ -162,7 +162,7 @@ }, "dependencies": { "cborg": "^4.0.0", - "multiformats": "^12.0.1" + "multiformats": "^13.0.0" }, "devDependencies": { "@ipld/garbage": "^6.0.0",