From 80ee47d3c612f6e232bce4f848f8ffc29ba52cc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 13:04:25 +0000 Subject: [PATCH] chore(deps): bump @libp2p/prometheus-metrics from 4.3.30 to 5.0.10 Bumps [@libp2p/prometheus-metrics](https://github.com/libp2p/js-libp2p) from 4.3.30 to 5.0.10. - [Release notes](https://github.com/libp2p/js-libp2p/releases) - [Commits](https://github.com/libp2p/js-libp2p/compare/prometheus-metrics-v4.3.30...perf-v5.0.10) --- updated-dependencies: - dependency-name: "@libp2p/prometheus-metrics" dependency-version: 5.0.10 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/helia-101/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/helia-101/package.json b/examples/helia-101/package.json index 29b60cce..49f64d69 100644 --- a/examples/helia-101/package.json +++ b/examples/helia-101/package.json @@ -33,7 +33,7 @@ "@libp2p/crypto": "^5.1.1", "@libp2p/identify": "^3.0.29", "@libp2p/pnet": "^2.0.39", - "@libp2p/prometheus-metrics": "^4.3.18", + "@libp2p/prometheus-metrics": "^5.0.10", "@libp2p/tcp": "^10.1.10", "blockstore-core": "^5.0.2", "blockstore-fs": "^2.0.2",