From 9f2cc2c5fc757150e9d9f33f27326b5fcd341def Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 11:07:21 +0000 Subject: [PATCH] deps(dev): bump @libp2p/identify from 2.1.5 to 3.0.1 Bumps [@libp2p/identify](https://github.com/libp2p/js-libp2p) from 2.1.5 to 3.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/identify-v2.1.5...perf-v3.0.1) --- updated-dependencies: - dependency-name: "@libp2p/identify" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/interop/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/interop/package.json b/packages/interop/package.json index 93bd5c7..784585f 100644 --- a/packages/interop/package.json +++ b/packages/interop/package.json @@ -41,7 +41,7 @@ "@helia/delegated-routing-v1-http-api-client": "^3.0.0", "@helia/delegated-routing-v1-http-api-server": "^3.0.0", "@helia/ipns": "^7.1.0", - "@libp2p/identify": "^2.1.0", + "@libp2p/identify": "^3.0.1", "@libp2p/interface": "^1.1.1", "@libp2p/kad-dht": "^12.0.3", "@libp2p/peer-id-factory": "^4.0.4",