From 58a5db5172b4bed8af2bd9cb87ffa23a46940913 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 11:39:51 +0000 Subject: [PATCH] chore(deps): bump libp2p from 0.45.9 to 0.46.0 Bumps [libp2p](https://github.com/libp2p/js-libp2p) from 0.45.9 to 0.46.0. - [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.0) --- 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..97d95cc3 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.0" }, "devDependencies": { "test-ipfs-example": "^1.0.0"