From f85912eae912bf436e8a2db9f0496c60abb244ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 07:15:32 -0400 Subject: [PATCH] Bump pino from 9.2.0 to 9.3.1 in /ui (#905) Bumps [pino](https://github.com/pinojs/pino) from 9.2.0 to 9.3.1. - [Release notes](https://github.com/pinojs/pino/releases) - [Commits](https://github.com/pinojs/pino/compare/v9.2.0...v9.3.1) --- updated-dependencies: - dependency-name: pino dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 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",