From 97da18e47e697c704880ced81f03e665fc21734a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 00:12:05 +0000 Subject: [PATCH] chore(deps): bump libp2p from 0.40.0 to 0.43.3 Bumps [libp2p](https://github.com/libp2p/js-libp2p) from 0.40.0 to 0.43.3. - [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.43.3) --- 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..434c3ad 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.43.3", "pino": "^8.7.0", "pino-pretty": "^9.1.1", "piscina": "^3.2.0",