From 2ae1281c192dc9ddbd405c089bac982d35efdccf Mon Sep 17 00:00:00 2001
From: scriptuser <scriptuser@open-xchange.com>
Date: Thu, 27 Apr 2023 17:21:46 +0000
Subject: [PATCH] Bump fastify from 4.16.3 to 4.17.0

---
 package.json | 2 +-
 yarn.lock    | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package.json b/package.json
index fb4d90c..ff65671 100644
--- a/package.json
+++ b/package.json
@@ -29,7 +29,7 @@
     "@fastify/url-data": "^5.3.1",
     "bull": "^4.10.4",
     "dotenv-defaults": "^5.0.2",
-    "fastify": "^4.16.3",
+    "fastify": "^4.17.0",
     "fastify-metrics": "^10.3.0",
     "fastify-plugin": "^4.5.0",
     "ioredis": "^5.3.2",
diff --git a/yarn.lock b/yarn.lock
index fdd9f3d..1ded187 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1316,10 +1316,10 @@ fastify-plugin@^4.0.0, fastify-plugin@^4.2.1, fastify-plugin@^4.3.0, fastify-plu
   resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-4.5.0.tgz#8b853923a0bba6ab6921bb8f35b81224e6988d91"
   integrity sha512-79ak0JxddO0utAXAQ5ccKhvs6vX2MGyHHMMsmZkBANrq3hXc1CHzvNPHOcvTsVMEPl5I+NT+RO4YKMGehOfSIg==
 
-fastify@^4.10.2, fastify@^4.16.3:
-  version "4.16.3"
-  resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.16.3.tgz#c4d9965ffc80a094dfcd686cddc87452145af5fe"
-  integrity sha512-W45bWZdjAcVxFUBubzkmiMp3VrIRpsqUP6D0NS2Qb1BjTSNNT1NxAubzM8tdMyC5mIBymtvPE3B+DYmItc1rlQ==
+fastify@^4.10.2, fastify@^4.17.0:
+  version "4.17.0"
+  resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.17.0.tgz#b2c8245e572edef0b02a167d2d411a3c8a46d01a"
+  integrity sha512-tzuY1tgWJo2Y6qEKwmLhFvACUmr68Io2pqP/sDKU71KRM6A6R3DrCDqLGqANbeLZcKUfdfY58ut35CGqemcTgg==
   dependencies:
     "@fastify/ajv-compiler" "^3.5.0"
     "@fastify/error" "^3.0.0"
-- 
GitLab