From 8532cdac28aa55fa6d30c7bfd65bdd6baf5c2d6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 10:14:02 +0000 Subject: [PATCH] dev: bump libp2p from 0.40.0 to 0.41.0 Bumps [libp2p](https://github.com/libp2p/js-libp2p) from 0.40.0 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.40.0...v0.41.0) --- updated-dependencies: - dependency-name: libp2p dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 069159b5..76c0db93 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "execa": "^6.1.0", "go-libp2p": "^0.0.6", "iso-random-stream": "^2.0.2", - "libp2p": "^0.40.0", + "libp2p": "^0.41.0", "mkdirp": "^1.0.4", "p-defer": "^4.0.0", "protons": "^6.0.0",