diff --git a/ui/package-lock.json b/ui/package-lock.json index 25c035f55..a51e82293 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -41,7 +41,7 @@ "next-auth": "^4.24.7", "next-intl": "^3.17.1", "next-logger": "^5.0.0", - "pino": "^9.2.0", + "pino": "^9.3.1", "prometheus-query": "^3.4.0", "react": "18.3.1", "react-csv-downloader": "^3.1.0", @@ -18229,9 +18229,9 @@ } }, "node_modules/pino": { - "version": "9.2.0", - "resolved": "https://registry.npmjs.org/pino/-/pino-9.2.0.tgz", - "integrity": "sha512-g3/hpwfujK5a4oVbaefoJxezLzsDgLcNJeITvC6yrfwYeT9la+edCK42j5QpEQSQCZgTKapXvnQIdgZwvRaZug==", + "version": "9.3.1", + "resolved": "https://registry.npmjs.org/pino/-/pino-9.3.1.tgz", + "integrity": "sha512-afSfrq/hUiW/MFmQcLEwV9Zh8Ry6MrMTOyBU53o/fc0gEl+1OZ/Fks/xQCM2nOC0C/OfDtQMnT2d8c3kpcfSzA==", "dependencies": { "atomic-sleep": "^1.0.0", "fast-redact": "^3.1.1", diff --git a/ui/package.json b/ui/package.json index bffa0bdbc..a0bb35930 100644 --- a/ui/package.json +++ b/ui/package.json @@ -46,7 +46,7 @@ "next-auth": "^4.24.7", "next-intl": "^3.17.1", "next-logger": "^5.0.0", - "pino": "^9.2.0", + "pino": "^9.3.1", "prometheus-query": "^3.4.0", "react": "18.3.1", "react-csv-downloader": "^3.1.0",