From 3b243d297cf8e154579c558a73fe18cfa59c7806 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Dec 2021 08:31:18 +0000 Subject: [PATCH] Bump libp2p-gossipsub from 0.11.4 to 0.12.1 Bumps [libp2p-gossipsub](https://github.com/ChainSafe/js-libp2p-gossipsub) from 0.11.4 to 0.12.1. - [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.12.1) --- 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..838b55d12 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.12.1", "libp2p-mplex": "^0.10.1", "libp2p-secio": "^0.13.1", "lodash": "^4.17.15",