From ddb72692f4081ee78893fb0ac410fe099847618d Mon Sep 17 00:00:00 2001
From: scriptuser <scriptuser@open-xchange.com>
Date: Wed, 20 Sep 2023 17:51:59 +0000
Subject: [PATCH] Bump @fastify/cors from 8.3.0 to 8.4.0

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

diff --git a/package.json b/package.json
index d369010..9df537c 100644
--- a/package.json
+++ b/package.json
@@ -20,7 +20,7 @@
   "license": "AGPL-3.0-or-later",
   "dependencies": {
     "@fastify/autoload": "^5.7.1",
-    "@fastify/cors": "^8.3.0",
+    "@fastify/cors": "^8.4.0",
     "@fastify/formbody": "^7.4.0",
     "@fastify/helmet": "^11.1.1",
     "@fastify/sensible": "^5.3.0",
diff --git a/yarn.lock b/yarn.lock
index 69c47a0..1da4284 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -55,10 +55,10 @@
   dependencies:
     pkg-up "^3.1.0"
 
-"@fastify/cors@^8.3.0":
-  version "8.3.0"
-  resolved "https://registry.yarnpkg.com/@fastify/cors/-/cors-8.3.0.tgz#f03d745731b770793a1a15344da7220ca0d19619"
-  integrity sha512-oj9xkka2Tg0MrwuKhsSUumcAkfp2YCnKxmFEusi01pjk1YrdDsuSYTHXEelWNW+ilSy/ApZq0c2SvhKrLX0H1g==
+"@fastify/cors@^8.4.0":
+  version "8.4.0"
+  resolved "https://registry.yarnpkg.com/@fastify/cors/-/cors-8.4.0.tgz#dc518a5c147141e21d2dd47108ec9ab0bb9b821c"
+  integrity sha512-MlVvMTenltToByTpLwlWtO+7dQ3l2J+1OpmGrx9JpSNWo1d+dhfNCOi23zHhxdFhtpDzfwGwCsKu9DTeG7k7nQ==
   dependencies:
     fastify-plugin "^4.0.0"
     mnemonist "0.39.5"
-- 
GitLab