From 43dd47d8c8590eb66ffcbeb597b5c867719a24fe Mon Sep 17 00:00:00 2001
From: scriptuser <scriptuser@open-xchange.com>
Date: Tue, 6 Sep 2022 17:12:24 +0000
Subject: [PATCH] Bump @fastify/swagger from 7.5.0 to 7.5.1

Bumps [@fastify/swagger](https://github.com/fastify/fastify-swagger) from 7.5.0 to 7.5.1.
- [Release notes](https://github.com/fastify/fastify-swagger/releases)
- [Commits](https://github.com/fastify/fastify-swagger/compare/v7.5.0...v7.5.1)
---
 package.json | 2 +-
 yarn.lock    | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package.json b/package.json
index cb1338b..ee14989 100644
--- a/package.json
+++ b/package.json
@@ -20,7 +20,7 @@
   "dependencies": {
     "@fastify/formbody": "^7.1.0",
     "@fastify/helmet": "^10.0.0",
-    "@fastify/swagger": "^7.5.0",
+    "@fastify/swagger": "^7.5.1",
     "@fastify/url-data": "^5.1.0",
     "@open-xchange/logging": "^0.0.11",
     "bull": "^4.9.0",
diff --git a/yarn.lock b/yarn.lock
index 6d59310..f8fdd97 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -86,10 +86,10 @@
     readable-stream "^4.0.0"
     send "^0.18.0"
 
-"@fastify/swagger@^7.5.0":
-  version "7.5.0"
-  resolved "https://registry.yarnpkg.com/@fastify/swagger/-/swagger-7.5.0.tgz#4ab928499c7f4a9a3cdb365ff2d4715011ebc2d0"
-  integrity sha512-VMzGuM14oGztTjz/q7HPH/+EUJ3KPgNtT7BTOo9VTvodgwAEysgYNjjueM4qx/Fnzqf5/AvIF3Kzf4mCzoCH0A==
+"@fastify/swagger@^7.5.1":
+  version "7.5.1"
+  resolved "https://registry.yarnpkg.com/@fastify/swagger/-/swagger-7.5.1.tgz#3cae21b705b12c47c009b97201a52d6c5020f1ae"
+  integrity sha512-940WBMPF2ocYZrgLGvVFkggeLxq4A4h/0PEkwsSFDIFGk0YyLS1IxhjwifNsltUVi6HVL5y7TDHqX4Rgt8/GsQ==
   dependencies:
     "@fastify/static" "^6.0.0"
     fastify-plugin "^4.0.0"
-- 
GitLab