From af6adf3ce2c560227f6c690d2a869bd5a7c005bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 11:42:44 +0000 Subject: [PATCH] Bump libp2p-gossipsub from 0.11.5 to 0.13.2 Bumps [libp2p-gossipsub](https://github.com/ChainSafe/js-libp2p-gossipsub) from 0.11.5 to 0.13.2. - [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.5...v0.13.2) --- 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..b3ee2a261 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.2", "libp2p-mplex": "^0.10.1", "libp2p-secio": "^0.13.1", "lodash": "^4.17.15",