From a99530b20e240c9df1834d35b866a31a8b117e4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 11:17:28 +0000 Subject: [PATCH] chore(deps): bump libp2p from 0.45.9 to 0.46.8 Bumps [libp2p](https://github.com/libp2p/js-libp2p) from 0.45.9 to 0.46.8. - [Release notes](https://github.com/libp2p/js-libp2p/releases) - [Changelog](https://github.com/libp2p/js-libp2p/blob/master/.release-please.json) - [Commits](https://github.com/libp2p/js-libp2p/compare/libp2p-v0.45.9...libp2p-v0.46.8) --- updated-dependencies: - dependency-name: libp2p dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/helia-101/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/helia-101/package.json b/examples/helia-101/package.json index e1fb345c..8b11f0a4 100644 --- a/examples/helia-101/package.json +++ b/examples/helia-101/package.json @@ -20,7 +20,7 @@ "blockstore-core": "^4.1.0", "datastore-core": "^9.1.1", "helia": "^1.0.0", - "libp2p": "^0.45.0" + "libp2p": "^0.46.8" }, "devDependencies": { "test-ipfs-example": "^1.0.0"