From f1f17057c76c8feb013d499980bde4e778992f66 Mon Sep 17 00:00:00 2001
From: Renovate Bot <bot@renovateapp.com>
Date: Wed, 24 Apr 2024 16:48:07 +0000
Subject: [PATCH] Update dependency pino to v9

---
 package.json   |  2 +-
 pnpm-lock.yaml | 22 ++++++++++++++++++++--
 2 files changed, 21 insertions(+), 3 deletions(-)

diff --git a/package.json b/package.json
index f5adcfd..437bd4a 100644
--- a/package.json
+++ b/package.json
@@ -37,7 +37,7 @@
     "ioredis": "^5.3.2",
     "js-yaml": "^4.1.0",
     "lightship": "^9.0.3",
-    "pino": "^8.19.0",
+    "pino": "^9.0.0",
     "prom-client": "^15.1.1"
   },
   "devDependencies": {
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 2dfc4ae..bbf53c5 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -68,8 +68,8 @@ importers:
         specifier: ^9.0.3
         version: 9.0.3
       pino:
-        specifier: ^8.19.0
-        version: 8.21.0
+        specifier: ^9.0.0
+        version: 9.0.0
       prom-client:
         specifier: ^15.1.1
         version: 15.1.2
@@ -1598,6 +1598,10 @@ packages:
     resolution: {integrity: sha512-ip4qdzjkAyDDZklUaZkcRFb2iA118H9SgRh8yzTkSQK8HilsOJF7rSY8HoW5+I0M46AZgX/pxbprf2vvzQCE0Q==}
     hasBin: true
 
+  pino@9.0.0:
+    resolution: {integrity: sha512-uI1ThkzTShNSwvsUM6b4ND8ANzWURk9zTELMztFkmnCQeR/4wkomJ+echHee5GMWGovoSfjwdeu80DsFIt7mbA==}
+    hasBin: true
+
   possible-typed-array-names@1.0.0:
     resolution: {integrity: sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==}
     engines: {node: '>= 0.4'}
@@ -3820,6 +3824,20 @@ snapshots:
       sonic-boom: 3.8.1
       thread-stream: 2.6.0
 
+  pino@9.0.0:
+    dependencies:
+      atomic-sleep: 1.0.0
+      fast-redact: 3.5.0
+      on-exit-leak-free: 2.1.2
+      pino-abstract-transport: 1.2.0
+      pino-std-serializers: 6.2.2
+      process-warning: 3.0.0
+      quick-format-unescaped: 4.0.4
+      real-require: 0.2.0
+      safe-stable-stringify: 2.4.3
+      sonic-boom: 3.8.1
+      thread-stream: 2.6.0
+
   possible-typed-array-names@1.0.0: {}
 
   prelude-ls@1.2.1: {}
-- 
GitLab