diff --git a/package-lock.json b/package-lock.json
index c0145ab..446cacb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -27,7 +27,7 @@
         "@libp2p/kad-dht": "^14.2.15",
         "@libp2p/mplex": "^11.0.32",
         "@libp2p/peer-id": "^5.1.0",
-        "@libp2p/prometheus-metrics": "^4.3.15",
+        "@libp2p/prometheus-metrics": "^4.3.18",
         "@libp2p/tcp": "^10.1.8",
         "@libp2p/tls": "^2.1.1",
         "@libp2p/webrtc": "^5.2.9",
@@ -4179,9 +4179,9 @@
       }
     },
     "node_modules/@libp2p/interface": {
-      "version": "2.7.0",
-      "resolved": "https://registry.npmjs.org/@libp2p/interface/-/interface-2.7.0.tgz",
-      "integrity": "sha512-lWmfIGzbSaw//yoEWWJh8dXNDGSCwUyXwC7P1Q6jCFWNoEtCaB1pvwOGBtri7Db/aNFZryMzN5covoq5ulldnA==",
+      "version": "2.9.0",
+      "resolved": "https://registry.npmjs.org/@libp2p/interface/-/interface-2.9.0.tgz",
+      "integrity": "sha512-L/0Z5H0mjaECA0jkZG+OJmEhB/OIJ07gzZYljU7C19XjL3dSkBvhA9il+G3FpHyHgqAOVGuQU5qkbv2Edj8FIA==",
       "license": "Apache-2.0 OR MIT",
       "dependencies": {
         "@multiformats/multiaddr": "^12.3.3",
@@ -4398,12 +4398,12 @@
       }
     },
     "node_modules/@libp2p/prometheus-metrics": {
-      "version": "4.3.15",
-      "resolved": "https://registry.npmjs.org/@libp2p/prometheus-metrics/-/prometheus-metrics-4.3.15.tgz",
-      "integrity": "sha512-sf6iiTgn0+GF6uomN3MtNhGMRXgRxiLopIKS4/ED1FpIoauOAfi0DIqIM8SrefKYUdg1uF1Jtxm3InEiNnB/Hw==",
+      "version": "4.3.18",
+      "resolved": "https://registry.npmjs.org/@libp2p/prometheus-metrics/-/prometheus-metrics-4.3.18.tgz",
+      "integrity": "sha512-lIuUIKLcG6NAg5pcdr9M6+1VJ/3G2XXKU08lqeKv3OdZ873osLAQl4BvwWbGs3W0LvsELjBgLwrVBWLbHuPWdQ==",
       "license": "Apache-2.0 OR MIT",
       "dependencies": {
-        "@libp2p/interface": "^2.7.0",
+        "@libp2p/interface": "^2.9.0",
         "it-foreach": "^2.1.1",
         "it-stream-types": "^2.0.2",
         "prom-client": "^15.1.3",
diff --git a/package.json b/package.json
index e5306d3..e5c3ca8 100644
--- a/package.json
+++ b/package.json
@@ -90,7 +90,7 @@
     "@libp2p/kad-dht": "^14.2.15",
     "@libp2p/mplex": "^11.0.32",
     "@libp2p/peer-id": "^5.1.0",
-    "@libp2p/prometheus-metrics": "^4.3.15",
+    "@libp2p/prometheus-metrics": "^4.3.18",
     "@libp2p/tcp": "^10.1.8",
     "@libp2p/tls": "^2.1.1",
     "@libp2p/webrtc": "^5.2.9",