From 0d2024c716329c17bd86c7537e62ab51ca06f4e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 11:55:32 +0000 Subject: [PATCH] chore(deps): bump ipfs-daemon from 0.14.2 to 0.15.0 Bumps [ipfs-daemon](https://github.com/ipfs/js-ipfs) from 0.14.2 to 0.15.0. - [Release notes](https://github.com/ipfs/js-ipfs/releases) - [Changelog](https://github.com/ipfs/js-ipfs/blob/master/CHANGELOG.md) - [Commits](https://github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.14.2...ipfs-daemon-v0.15.0) --- updated-dependencies: - dependency-name: ipfs-daemon dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/custom-ipld-formats/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/custom-ipld-formats/package.json b/examples/custom-ipld-formats/package.json index db62b60c..fd5e1728 100644 --- a/examples/custom-ipld-formats/package.json +++ b/examples/custom-ipld-formats/package.json @@ -13,7 +13,7 @@ "dependencies": { "dag-jose": "^2.0.1", "ipfs-core": "^0.16.0", - "ipfs-daemon": "^0.14.0", + "ipfs-daemon": "^0.15.0", "ipfs-http-client": "^58.0.0", "multiformats": "^9.6.5", "uint8arrays": "^3.0.0"