From 2a92f77c20315c4264cbfbaea981b05aa6f7f940 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 18:55:09 +0000 Subject: [PATCH] Bump pino from 8.19.0 to 8.20.0 in /ui Bumps [pino](https://github.com/pinojs/pino) from 8.19.0 to 8.20.0. - [Release notes](https://github.com/pinojs/pino/releases) - [Commits](https://github.com/pinojs/pino/compare/v8.19.0...v8.20.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 | 10 +++++----- ui/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 5e723cafd..590a469b8 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -40,7 +40,7 @@ "next-auth": "^4.24.7", "next-intl": "^3.11.1", "next-logger": "^4.0.0", - "pino": "^8.19.0", + "pino": "^8.20.0", "prometheus-query": "^3.4.0", "react": "18.2.0", "react-csv-downloader": "^3.1.0", @@ -19110,14 +19110,14 @@ } }, "node_modules/pino": { - "version": "8.19.0", - "resolved": "https://registry.npmjs.org/pino/-/pino-8.19.0.tgz", - "integrity": "sha512-oswmokxkav9bADfJ2ifrvfHUwad6MLp73Uat0IkQWY3iAw5xTRoznXbXksZs8oaOUMpmhVWD+PZogNzllWpJaA==", + "version": "8.20.0", + "resolved": "https://registry.npmjs.org/pino/-/pino-8.20.0.tgz", + "integrity": "sha512-uhIfMj5TVp+WynVASaVEJFTncTUe4dHBq6CWplu/vBgvGHhvBvQfxz+vcOrnnBQdORH3izaGEurLfNlq3YxdFQ==", "dependencies": { "atomic-sleep": "^1.0.0", "fast-redact": "^3.1.1", "on-exit-leak-free": "^2.1.0", - "pino-abstract-transport": "v1.1.0", + "pino-abstract-transport": "^1.1.0", "pino-std-serializers": "^6.0.0", "process-warning": "^3.0.0", "quick-format-unescaped": "^4.0.3", diff --git a/ui/package.json b/ui/package.json index d6b2753b1..5511a0354 100644 --- a/ui/package.json +++ b/ui/package.json @@ -45,7 +45,7 @@ "next-auth": "^4.24.7", "next-intl": "^3.11.1", "next-logger": "^4.0.0", - "pino": "^8.19.0", + "pino": "^8.20.0", "prometheus-query": "^3.4.0", "react": "18.2.0", "react-csv-downloader": "^3.1.0",