From 228bd8bc93dcaf806228f943d9a923b85c4a8723 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 11:14:48 +0000 Subject: [PATCH] deps: bump @chainsafe/libp2p-gossipsub from 10.1.1 to 11.0.0 Bumps [@chainsafe/libp2p-gossipsub](https://github.com/ChainSafe/js-libp2p-gossipsub) from 10.1.1 to 11.0.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/v10.1.1...v11.0.0) --- updated-dependencies: - dependency-name: "@chainsafe/libp2p-gossipsub" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/libp2p-daemon-client/package.json | 2 +- packages/libp2p-daemon-server/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/libp2p-daemon-client/package.json b/packages/libp2p-daemon-client/package.json index fdee46d9..e063eaaf 100644 --- a/packages/libp2p-daemon-client/package.json +++ b/packages/libp2p-daemon-client/package.json @@ -135,7 +135,7 @@ "release": "aegir release" }, "dependencies": { - "@chainsafe/libp2p-gossipsub": "^10.0.0", + "@chainsafe/libp2p-gossipsub": "^11.0.0", "@libp2p/daemon-protocol": "^6.0.0", "@libp2p/interface": "^1.0.0", "@libp2p/kad-dht": "^11.0.0", diff --git a/packages/libp2p-daemon-server/package.json b/packages/libp2p-daemon-server/package.json index fb6dce51..ba285bb0 100644 --- a/packages/libp2p-daemon-server/package.json +++ b/packages/libp2p-daemon-server/package.json @@ -139,7 +139,7 @@ "release": "aegir release" }, "dependencies": { - "@chainsafe/libp2p-gossipsub": "^10.0.0", + "@chainsafe/libp2p-gossipsub": "^11.0.0", "@libp2p/daemon-protocol": "^6.0.0", "@libp2p/interface": "^1.0.0", "@libp2p/kad-dht": "^11.0.0",