From d0b1c166d663b95ace181fe352d01c20f58b4880 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 11:20:13 +0000 Subject: [PATCH] chore(deps): bump @libp2p/identify from 3.0.39 to 4.0.4 Bumps [@libp2p/identify](https://github.com/libp2p/js-libp2p) from 3.0.39 to 4.0.4. - [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.4) --- updated-dependencies: - dependency-name: "@libp2p/identify" dependency-version: 4.0.4 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..1763256e 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.4", "@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..5b5237e0 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.4", "@libp2p/kad-dht": "^14.2.0", "@libp2p/tcp": "^10.0.15", "@libp2p/websockets": "^9.1.2",