From 34ce278ba9091ee03bc9f4af9f6e461546eee96d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 13:32:20 +0000 Subject: [PATCH] Bump pino from 9.3.2 to 9.4.0 in /ui Bumps [pino](https://github.com/pinojs/pino) from 9.3.2 to 9.4.0. - [Release notes](https://github.com/pinojs/pino/releases) - [Commits](https://github.com/pinojs/pino/compare/v9.3.2...v9.4.0) --- updated-dependencies: - dependency-name: pino dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 8 ++++---- ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index a6e7767be..9ff113701 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -41,7 +41,7 @@ "next-auth": "^4.24.7", "next-intl": "^3.19.0", "next-logger": "^5.0.0", - "pino": "^9.3.2", + "pino": "^9.4.0", "prometheus-query": "^3.4.0", "react": "18.3.1", "react-csv-downloader": "^3.1.0", @@ -18096,9 +18096,9 @@ } }, "node_modules/pino": { - "version": "9.3.2", - "resolved": "https://registry.npmjs.org/pino/-/pino-9.3.2.tgz", - "integrity": "sha512-WtARBjgZ7LNEkrGWxMBN/jvlFiE17LTbBoH0konmBU684Kd0uIiDwBXlcTCW7iJnA6HfIKwUssS/2AC6cDEanw==", + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/pino/-/pino-9.4.0.tgz", + "integrity": "sha512-nbkQb5+9YPhQRz/BeQmrWpEknAaqjpAqRK8NwJpmrX/JHu7JuZC5G1CeAwJDJfGes4h+YihC6in3Q2nGb+Y09w==", "dependencies": { "atomic-sleep": "^1.0.0", "fast-redact": "^3.1.1", diff --git a/ui/package.json b/ui/package.json index 1b40811f1..4a8373bb3 100644 --- a/ui/package.json +++ b/ui/package.json @@ -46,7 +46,7 @@ "next-auth": "^4.24.7", "next-intl": "^3.19.0", "next-logger": "^5.0.0", - "pino": "^9.3.2", + "pino": "^9.4.0", "prometheus-query": "^3.4.0", "react": "18.3.1", "react-csv-downloader": "^3.1.0",