From f600085afd9630e93bb92787dcf9621ed71d64b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 11:25:22 +0000 Subject: [PATCH] chore(deps): bump @chainsafe/libp2p-noise from 8.0.2 to 11.0.0 Bumps [@chainsafe/libp2p-noise](https://github.com/ChainSafe/js-libp2p-noise) from 8.0.2 to 11.0.0. - [Release notes](https://github.com/ChainSafe/js-libp2p-noise/releases) - [Changelog](https://github.com/ChainSafe/js-libp2p-noise/blob/master/CHANGELOG.md) - [Commits](https://github.com/ChainSafe/js-libp2p-noise/compare/v8.0.2...v11.0.0) --- updated-dependencies: - dependency-name: "@chainsafe/libp2p-noise" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/custom-libp2p/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/custom-libp2p/package.json b/examples/custom-libp2p/package.json index 3936c08b..77761da6 100644 --- a/examples/custom-libp2p/package.json +++ b/examples/custom-libp2p/package.json @@ -13,7 +13,7 @@ "test": "node tests/test.js" }, "dependencies": { - "@chainsafe/libp2p-noise": "^8.0.1", + "@chainsafe/libp2p-noise": "^11.0.0", "@libp2p/bootstrap": "^2.0.0", "@libp2p/kad-dht": "^3.0.4", "@libp2p/mdns": "^3.0.0",