From b76d5ac2987824f04c8a8cae2a2e180704aead2d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 Jul 2024 11:03:14 +0000 Subject: [PATCH] fix: upgrade prom-client from 15.1.2 to 15.1.3 Snyk has created this PR to upgrade prom-client from 15.1.2 to 15.1.3. See this package in npm: prom-client See this project in Snyk: https://app.snyk.io/org/kevinoomenthedeveloper/project/7387724a-3281-4bb7-9ecc-385f5ea7e138?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) 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" },