From ae40c1ce08cbb33c785e4b0415954ee7a9211d82 Mon Sep 17 00:00:00 2001
From: Renovate Bot <bot@renovateapp.com>
Date: Fri, 20 Sep 2024 18:55:32 +0000
Subject: [PATCH] Update dependency fastify-plugin to v5

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

diff --git a/package.json b/package.json
index 765cf55..b2697ac 100644
--- a/package.json
+++ b/package.json
@@ -33,7 +33,7 @@
     "dotenv-defaults": "^5.0.2",
     "fastify": "^4.28.1",
     "fastify-metrics": "^12.0.0",
-    "fastify-plugin": "^4.5.1",
+    "fastify-plugin": "^5.0.0",
     "ioredis": "^5.3.2",
     "js-yaml": "^4.1.0",
     "lightship": "^9.0.3",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 3231e3c..a5784e2 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -56,8 +56,8 @@ importers:
         specifier: ^12.0.0
         version: 12.1.0(fastify@4.28.1)
       fastify-plugin:
-        specifier: ^4.5.1
-        version: 4.5.1
+        specifier: ^5.0.0
+        version: 5.0.0
       ioredis:
         specifier: ^5.3.2
         version: 5.4.1
-- 
GitLab