From 8b5ff366614e5c115a56ffad8c06fe82f963ad35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 16:25:44 +0000 Subject: [PATCH] chore(deps): bump @libp2p/prometheus-metrics from 4.3.30 to 5.0.2 Bumps [@libp2p/prometheus-metrics](https://github.com/libp2p/js-libp2p) from 4.3.30 to 5.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/prometheus-metrics-v4.3.30...perf-v5.0.2) --- updated-dependencies: - dependency-name: "@libp2p/prometheus-metrics" dependency-version: 5.0.2 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..33685873 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.2", "@libp2p/tcp": "^10.1.10", "blockstore-core": "^5.0.2", "blockstore-fs": "^2.0.2",