From c0c03cae957bf994dfbc208b2d3edca88fb9b9f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 10:36:38 +0000 Subject: [PATCH] deps: bump @libp2p/prometheus-metrics from 3.1.1 to 4.2.2 Bumps [@libp2p/prometheus-metrics](https://github.com/libp2p/js-libp2p) from 3.1.1 to 4.2.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/perf-v3.1.1...peer-id-v4.2.2) --- updated-dependencies: - dependency-name: "@libp2p/prometheus-metrics" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 23 ++++++++++++++++++----- package.json | 2 +- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index b1ff476..84af442 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@libp2p/kad-dht": "^12.0.10", "@libp2p/mplex": "^10.0.17", "@libp2p/peer-id": "^4.0.8", - "@libp2p/prometheus-metrics": "^3.0.17", + "@libp2p/prometheus-metrics": "^4.2.2", "@libp2p/tcp": "^9.0.17", "@libp2p/tls": "^1.0.3", "@libp2p/webrtc": "^4.0.23", @@ -4324,17 +4324,30 @@ } }, "node_modules/@libp2p/prometheus-metrics": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@libp2p/prometheus-metrics/-/prometheus-metrics-3.1.1.tgz", - "integrity": "sha512-PjXd7bjnX1WW6rMO/fIrh8F1IDIpuBNU3gpKA4/2KwgR/BuEiisX2PJYAYIbmdARPEzmZuRCKRsfPNRPZWpb6A==", + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@libp2p/prometheus-metrics/-/prometheus-metrics-4.2.2.tgz", + "integrity": "sha512-77EspTmh2bz7NoZBIyC/DAAbfU9JeLL241MmRdRE6mhZnkK4ERCykvFpZ3fBOOBA/+YhwEsolXWVuBxAHl2rcg==", "dependencies": { - "@libp2p/interface": "^1.6.0", + "@libp2p/interface": "^2.1.3", "it-foreach": "^2.1.0", "it-stream-types": "^2.0.1", "prom-client": "^15.1.2", "uint8arraylist": "^2.4.8" } }, + "node_modules/@libp2p/prometheus-metrics/node_modules/@libp2p/interface": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/@libp2p/interface/-/interface-2.1.3.tgz", + "integrity": "sha512-t1i2LWcnTGJEr7fDMslA8wYwBzJP81QKBlrBHoGhXxqqpRQa9035roCh/Akuw5RUgjKE47/ezjuzo90aWsJB8g==", + "dependencies": { + "@multiformats/multiaddr": "^12.2.3", + "it-pushable": "^3.2.3", + "it-stream-types": "^2.0.1", + "multiformats": "^13.1.0", + "progress-events": "^1.0.0", + "uint8arraylist": "^2.4.8" + } + }, "node_modules/@libp2p/record": { "version": "4.0.3", "resolved": "https://registry.npmjs.org/@libp2p/record/-/record-4.0.3.tgz", diff --git a/package.json b/package.json index 39e2b7b..565eca0 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "@libp2p/kad-dht": "^12.0.10", "@libp2p/mplex": "^10.0.17", "@libp2p/peer-id": "^4.0.8", - "@libp2p/prometheus-metrics": "^3.0.17", + "@libp2p/prometheus-metrics": "^4.2.2", "@libp2p/tcp": "^9.0.17", "@libp2p/tls": "^1.0.3", "@libp2p/webrtc": "^4.0.23",