From 94dbed8e4e5ad568f68db8f2f78e46f50b13f606 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 10:44:22 +1000 Subject: [PATCH] chore(deps): bump @multiformats/blake2 from 1.0.13 to 2.0.0 in /examples (#150) Bumps [@multiformats/blake2](https://github.com/multiformats/js-blake2) from 1.0.13 to 2.0.0. - [Release notes](https://github.com/multiformats/js-blake2/releases) - [Changelog](https://github.com/multiformats/js-blake2/blob/master/CHANGELOG.md) - [Commits](https://github.com/multiformats/js-blake2/compare/v1.0.13...v2.0.0) --- updated-dependencies: - dependency-name: "@multiformats/blake2" 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> --- examples/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/package.json b/examples/package.json index 1da6a02..d0b9157 100644 --- a/examples/package.json +++ b/examples/package.json @@ -19,7 +19,7 @@ "@ipld/dag-cbor": "^9.0.0", "@ipld/dag-json": "^10.0.0", "@ipld/dag-pb": "^4.0.0", - "@multiformats/blake2": "^1.0.1", + "@multiformats/blake2": "^2.0.0", "@types/varint": "^6.0.0", "multiformats": "^12.1.0", "varint": "^6.0.0"