diff --git a/package-lock.json b/package-lock.json index 2fbba5a..0f1d915 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "keycloak-js": "^25.0.0", "next": "^14.2.3", "next-auth": "^4.24.7", - "prom-client": "^15.1.2", + "prom-client": "^15.1.3", "react": "^18", "react-dom": "^18" }, @@ -4240,9 +4240,10 @@ "integrity": "sha512-WuxUnVtlWL1OfZFQFuqvnvs6MiAGk9UNsBostyBOB0Is9wb5uRESevA6rnl/rkksXaGX3GzZhPup5d6Vp1nFew==" }, "node_modules/prom-client": { - "version": "15.1.2", - "resolved": "https://registry.npmjs.org/prom-client/-/prom-client-15.1.2.tgz", - "integrity": "sha512-on3h1iXb04QFLLThrmVYg1SChBQ9N1c+nKAjebBjokBqipddH3uxmOUcEkTnzmJ8Jh/5TSUnUqS40i2QB2dJHQ==", + "version": "15.1.3", + "resolved": "https://registry.npmjs.org/prom-client/-/prom-client-15.1.3.tgz", + "integrity": "sha512-6ZiOBfCywsD4k1BN9IX0uZhF+tJkV8q8llP64G5Hajs4JOeVLPCwpPVcpXy3BwYiUGgyJzsJJQeOIv7+hDSq8g==", + "license": "Apache-2.0", "dependencies": { "@opentelemetry/api": "^1.4.0", "tdigest": "^0.1.1" diff --git a/package.json b/package.json index 5c5c423..11305aa 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "keycloak-js": "^25.0.0", "next": "^14.2.3", "next-auth": "^4.24.7", - "prom-client": "^15.1.2", + "prom-client": "^15.1.3", "react": "^18", "react-dom": "^18" },