From 2c236aeac9dc7500c49107aa51b6bfa3302d1d8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 12:23:46 +0000 Subject: [PATCH] chore(deps): bump libp2p from 0.45.9 to 0.46.12 Bumps [libp2p](https://github.com/libp2p/js-libp2p) from 0.45.9 to 0.46.12. - [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.12) --- 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..8b8a87d9 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.12" }, "devDependencies": { "test-ipfs-example": "^1.0.0"