From 7b551e5abc9a9338e450c43177003cf65a7a9044 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 11:53:55 +0000 Subject: [PATCH] chore(deps): bump @chainsafe/libp2p-noise from 8.0.2 to 10.1.0 Bumps [@chainsafe/libp2p-noise](https://github.com/ChainSafe/js-libp2p-noise) from 8.0.2 to 10.1.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...v10.1.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..4a2284c6 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": "^10.1.0", "@libp2p/bootstrap": "^2.0.0", "@libp2p/kad-dht": "^3.0.4", "@libp2p/mdns": "^3.0.0",