From a6eb468b0f53de94772880ef4b281580b7ac32f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 12:16:44 +0000 Subject: [PATCH] chore(deps): bump @chainsafe/libp2p-noise from 8.0.2 to 11.0.1 Bumps [@chainsafe/libp2p-noise](https://github.com/ChainSafe/js-libp2p-noise) from 8.0.2 to 11.0.1. - [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.1) --- 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..f119aa3b 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.1", "@libp2p/bootstrap": "^2.0.0", "@libp2p/kad-dht": "^3.0.4", "@libp2p/mdns": "^3.0.0",