From 6f418d188285eb201327f314442d3ebce5f87d29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 11:54:50 +0000 Subject: [PATCH] chore(deps): bump @libp2p/identify from 3.0.39 to 4.0.1 Bumps [@libp2p/identify](https://github.com/libp2p/js-libp2p) from 3.0.39 to 4.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-v3.0.39...perf-v4.0.1) --- updated-dependencies: - dependency-name: "@libp2p/identify" dependency-version: 4.0.1 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..2b51ecc1 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.1", "@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..6a84de0e 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.1", "@libp2p/kad-dht": "^14.2.0", "@libp2p/tcp": "^10.0.15", "@libp2p/websockets": "^9.1.2",