From b4a5c6b9d58bd2bc5759fc6e6a1e7b1c9ca13a00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 11:01:19 +0000 Subject: [PATCH] deps: bump @libp2p/interface from 1.7.0 to 2.0.1 Bumps [@libp2p/interface](https://github.com/libp2p/js-libp2p) from 1.7.0 to 2.0.1. - [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.1) --- 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..c1a1fdc 100644 --- a/package.json +++ b/package.json @@ -143,7 +143,7 @@ "release": "aegir release" }, "dependencies": { - "@libp2p/interface": "^1.2.0", + "@libp2p/interface": "^2.0.1", "@libp2p/interface-internal": "^1.1.0", "@multiformats/multiaddr": "^12.3.0", "@multiformats/multiaddr-to-uri": "^10.1.0",