From ad7971d1cbc276067133a156b6763fd5016fa2f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 10:32:39 +0000 Subject: [PATCH] deps: bump @libp2p/interface from 1.7.0 to 2.0.0 Bumps [@libp2p/interface](https://github.com/libp2p/js-libp2p) from 1.7.0 to 2.0.0. - [Release notes](https://github.com/libp2p/js-libp2p/releases) - [Changelog](https://github.com/libp2p/js-libp2p/blob/main/.release-please.json) - [Commits](https://github.com/libp2p/js-libp2p/compare/libp2p-v1.7.0...tls-v2.0.0) --- updated-dependencies: - dependency-name: "@libp2p/interface" 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 e417947..5ef3342 100644 --- a/package.json +++ b/package.json @@ -143,7 +143,7 @@ "release": "aegir release" }, "dependencies": { - "@libp2p/interface": "^1.2.0", + "@libp2p/interface": "^2.0.0", "@libp2p/interface-internal": "^1.1.0", "@multiformats/multiaddr": "^12.3.0", "@multiformats/multiaddr-to-uri": "^10.1.0",