From 769f31d51393c8fe245a36a1eef1895d056a1685 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 11:29:38 +0000 Subject: [PATCH] chore(deps): bump libp2p from 0.39.5 to 0.42.0 Bumps [libp2p](https://github.com/libp2p/js-libp2p) from 0.39.5 to 0.42.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.42.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..cb706270 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.42.0", "uint8arrays": "^3.0.0" }, "devDependencies": {