From e267e26d52d9825cb46e8ec5ae10fc93f6757625 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 11:46:44 +0000 Subject: [PATCH] chore(deps): bump @libp2p/prometheus-metrics from 4.3.30 to 5.0.9 Bumps [@libp2p/prometheus-metrics](https://github.com/libp2p/js-libp2p) from 4.3.30 to 5.0.9. - [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/prometheus-metrics-v4.3.30...perf-v5.0.9) --- updated-dependencies: - dependency-name: "@libp2p/prometheus-metrics" dependency-version: 5.0.9 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..c1be64fb 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.9", "@libp2p/tcp": "^10.1.10", "blockstore-core": "^5.0.2", "blockstore-fs": "^2.0.2",