From 87b56c33ba9665ced239f98aef8cb1fdce1a0cf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 12:49:41 +0000 Subject: [PATCH] chore(deps): bump multiformats from 9.9.0 to 10.0.2 Bumps [multiformats](https://github.com/multiformats/js-multiformats) from 9.9.0 to 10.0.2. - [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...v10.0.2) --- 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 852c589b..824f575d 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": "^10.0.2", "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..5f62783b 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": "^10.0.2", "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..603d2734 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": "^10.0.2", "uint8arrays": "^3.0.0" }, "devDependencies": { diff --git a/examples/traverse-ipld-graphs/package.json b/examples/traverse-ipld-graphs/package.json index 66ec005b..189e4913 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": "^10.0.2" }, "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..ab9dc444 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": "^10.0.2" }, "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..ea17dc09 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": "^10.0.2" }, "devDependencies": { "typescript": "^4.5.5"