From 009e22948a6d1d432922e11f633da15a100e7d79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 12:03:12 +0000 Subject: [PATCH] chore(deps): bump libp2p from 0.39.5 to 0.41.0 Bumps [libp2p](https://github.com/libp2p/js-libp2p) from 0.39.5 to 0.41.0. - [Release notes](https://github.com/libp2p/js-libp2p/releases) - [Changelog](https://github.com/libp2p/js-libp2p/blob/master/CHANGELOG.md) - [Commits](https://github.com/libp2p/js-libp2p/compare/v0.39.5...v0.41.0) --- updated-dependencies: - dependency-name: libp2p dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/custom-libp2p/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/custom-libp2p/package.json b/examples/custom-libp2p/package.json index 3936c08b..fe077b8e 100644 --- a/examples/custom-libp2p/package.json +++ b/examples/custom-libp2p/package.json @@ -20,7 +20,7 @@ "@libp2p/mplex": "^5.2.0", "@libp2p/tcp": "^3.0.6", "ipfs-core": "^0.16.0", - "libp2p": "^0.39.0", + "libp2p": "^0.41.0", "uint8arrays": "^3.0.0" }, "devDependencies": {