From ee2ad53b1547c00998d6de392679a8fc687d9fcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 23:15:00 +0000 Subject: [PATCH] chore(deps): bump libp2p from 0.40.0 to 0.42.2 Bumps [libp2p](https://github.com/libp2p/js-libp2p) from 0.40.0 to 0.42.2. - [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.42.2) --- updated-dependencies: - dependency-name: libp2p dependency-type: direct:production 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 ca80f14..ecf9b5a 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@aws-sdk/util-dynamodb": "^3.218.0", "bl": "^6.0.0", "js-yaml": "^4.1.0", - "libp2p": "^0.40.0", + "libp2p": "^0.42.2", "pino": "^8.7.0", "pino-pretty": "^9.1.1", "piscina": "^3.2.0",