From b62ce43cafec2582871aa5eed16d5a14a4584c6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jan 2022 11:34:09 +0000 Subject: [PATCH] Bump libp2p-gossipsub from 0.11.4 to 0.13.0 Bumps [libp2p-gossipsub](https://github.com/ChainSafe/js-libp2p-gossipsub) from 0.11.4 to 0.13.0. - [Release notes](https://github.com/ChainSafe/js-libp2p-gossipsub/releases) - [Changelog](https://github.com/ChainSafe/js-libp2p-gossipsub/blob/master/CHANGELOG.md) - [Commits](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v0.11.4...v0.13.0) --- updated-dependencies: - dependency-name: libp2p-gossipsub 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..6f3b67aab 100644 --- a/package.json +++ b/package.json @@ -251,7 +251,7 @@ "json-stringify-safe": "^5.0.1", "libp2p": "^0.33.0", "libp2p-bootstrap": "^0.13.0", - "libp2p-gossipsub": "^0.11.0", + "libp2p-gossipsub": "^0.13.0", "libp2p-mplex": "^0.10.1", "libp2p-secio": "^0.13.1", "lodash": "^4.17.15",