From 71fb95cc373e32d16c0a7ed1ddb333bf5dcaffaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 16:33:21 +0000 Subject: [PATCH] chore(deps): bump @libp2p/identify from 3.0.39 to 4.0.2 Bumps [@libp2p/identify](https://github.com/libp2p/js-libp2p) from 3.0.39 to 4.0.2. - [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-v3.0.39...perf-v4.0.2) --- updated-dependencies: - dependency-name: "@libp2p/identify" dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/helia-101/package.json | 2 +- examples/helia-remote-pinning/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/helia-101/package.json b/examples/helia-101/package.json index 29b60cce..03dfd9d0 100644 --- a/examples/helia-101/package.json +++ b/examples/helia-101/package.json @@ -31,7 +31,7 @@ "@helia/unixfs": "^5.0.0", "@libp2p/bootstrap": "^11.0.35", "@libp2p/crypto": "^5.1.1", - "@libp2p/identify": "^3.0.29", + "@libp2p/identify": "^4.0.2", "@libp2p/pnet": "^2.0.39", "@libp2p/prometheus-metrics": "^4.3.18", "@libp2p/tcp": "^10.1.10", diff --git a/examples/helia-remote-pinning/package.json b/examples/helia-remote-pinning/package.json index a405fa10..e3aee32a 100644 --- a/examples/helia-remote-pinning/package.json +++ b/examples/helia-remote-pinning/package.json @@ -22,7 +22,7 @@ "@libp2p/circuit-relay-v2": "^3.1.7", "@libp2p/crypto": "^5.0.9", "@libp2p/devtools-metrics": "^1.1.6", - "@libp2p/identify": "^3.0.15", + "@libp2p/identify": "^4.0.2", "@libp2p/kad-dht": "^14.2.0", "@libp2p/tcp": "^10.0.15", "@libp2p/websockets": "^9.1.2",