From 2fee20a843a806599d07d5d2b5ca42139bc28912 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Dec 2021 08:32:54 +0000 Subject: [PATCH] Bump libp2p-bootstrap from 0.13.0 to 0.14.0 Bumps [libp2p-bootstrap](https://github.com/libp2p/js-libp2p-bootstrap) from 0.13.0 to 0.14.0. - [Release notes](https://github.com/libp2p/js-libp2p-bootstrap/releases) - [Changelog](https://github.com/libp2p/js-libp2p-bootstrap/blob/master/CHANGELOG.md) - [Commits](https://github.com/libp2p/js-libp2p-bootstrap/compare/v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: libp2p-bootstrap 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 7c44535c0..bde57eb02 100644 --- a/package.json +++ b/package.json @@ -250,7 +250,7 @@ "jdenticon": "^3.1.0", "json-stringify-safe": "^5.0.1", "libp2p": "^0.33.0", - "libp2p-bootstrap": "^0.13.0", + "libp2p-bootstrap": "^0.14.0", "libp2p-gossipsub": "^0.11.0", "libp2p-mplex": "^0.10.1", "libp2p-secio": "^0.13.1",