From b940dcf35801ce47f7d6f594904ef9262c05589a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 11:15:27 +0000 Subject: [PATCH] chore(deps): bump multiformats from 9.9.0 to 11.0.0 Bumps [multiformats](https://github.com/multiformats/js-multiformats) from 9.9.0 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/v9.9.0...v11.0.0) --- updated-dependencies: - dependency-name: multiformats dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/browser-ipns-publish/package.json | 2 +- examples/custom-ipfs-repo/package.json | 2 +- examples/custom-ipld-formats/package.json | 2 +- examples/traverse-ipld-graphs/package.json | 2 +- examples/types-use-ipfs-from-ts/package.json | 2 +- examples/types-use-ipfs-from-typed-js/package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/browser-ipns-publish/package.json b/examples/browser-ipns-publish/package.json index f9916ae3..684f1b1b 100644 --- a/examples/browser-ipns-publish/package.json +++ b/examples/browser-ipns-publish/package.json @@ -29,7 +29,7 @@ "ipfs-utils": "^9.0.6", "ipns": "^2.0.3", "it-last": "^1.0.4", - "multiformats": "^9.6.5", + "multiformats": "^11.0.0", "p-retry": "^5.1.1", "uint8arrays": "^3.0.0" }, diff --git a/examples/custom-ipfs-repo/package.json b/examples/custom-ipfs-repo/package.json index 17ca70ab..c806e1ea 100644 --- a/examples/custom-ipfs-repo/package.json +++ b/examples/custom-ipfs-repo/package.json @@ -20,7 +20,7 @@ "ipfs-core": "^0.16.0", "ipfs-repo": "^15.0.2", "it-all": "^1.0.4", - "multiformats": "^9.6.5", + "multiformats": "^11.0.0", "uint8arrays": "^3.0.0", "why-is-node-running": "^2.2.2" }, diff --git a/examples/custom-ipld-formats/package.json b/examples/custom-ipld-formats/package.json index db62b60c..63cd4677 100644 --- a/examples/custom-ipld-formats/package.json +++ b/examples/custom-ipld-formats/package.json @@ -15,7 +15,7 @@ "ipfs-core": "^0.16.0", "ipfs-daemon": "^0.14.0", "ipfs-http-client": "^58.0.0", - "multiformats": "^9.6.5", + "multiformats": "^11.0.0", "uint8arrays": "^3.0.0" }, "devDependencies": { diff --git a/examples/traverse-ipld-graphs/package.json b/examples/traverse-ipld-graphs/package.json index 66ec005b..307e6f93 100644 --- a/examples/traverse-ipld-graphs/package.json +++ b/examples/traverse-ipld-graphs/package.json @@ -20,7 +20,7 @@ "ipld-format-to-blockcodec": "0.0.1", "ipld-git": "^0.6.1", "js-sha3": "^0.8.0", - "multiformats": "^9.6.5" + "multiformats": "^11.0.0" }, "devDependencies": { "test-util-ipfs-example": "^1.0.2" diff --git a/examples/types-use-ipfs-from-ts/package.json b/examples/types-use-ipfs-from-ts/package.json index 84a194f4..5e143a07 100644 --- a/examples/types-use-ipfs-from-ts/package.json +++ b/examples/types-use-ipfs-from-ts/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "ipfs-core": "^0.16.0", - "multiformats": "^9.6.5" + "multiformats": "^11.0.0" }, "devDependencies": { "typescript": "^4.5.5" diff --git a/examples/types-use-ipfs-from-typed-js/package.json b/examples/types-use-ipfs-from-typed-js/package.json index 508b7ffe..b6506d87 100644 --- a/examples/types-use-ipfs-from-typed-js/package.json +++ b/examples/types-use-ipfs-from-typed-js/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "ipfs-core": "^0.16.0", - "multiformats": "^9.6.5" + "multiformats": "^11.0.0" }, "devDependencies": { "typescript": "^4.5.5"