From 6090982445462b9a70b494e8b10c9ef2d0d821cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 11:56:39 +0000 Subject: [PATCH] deps: bump @libp2p/components from 2.1.1 to 3.0.0 Bumps [@libp2p/components](https://github.com/libp2p/js-libp2p-components) from 2.1.1 to 3.0.0. - [Release notes](https://github.com/libp2p/js-libp2p-components/releases) - [Changelog](https://github.com/libp2p/js-libp2p-components/blob/master/CHANGELOG.md) - [Commits](https://github.com/libp2p/js-libp2p-components/compare/v2.1.1...v3.0.0) --- updated-dependencies: - dependency-name: "@libp2p/components" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d9491f3..35c0c07 100644 --- a/package.json +++ b/package.json @@ -176,7 +176,7 @@ "release": "aegir release" }, "dependencies": { - "@libp2p/components": "^2.0.0", + "@libp2p/components": "^3.0.0", "@libp2p/crypto": "^1.0.0", "@libp2p/interface-connection": "^3.0.1", "@libp2p/interface-peer-id": "^1.0.2",