From 8fcf5c9e30b95b905248bcd4212f4d29c4798dde Mon Sep 17 00:00:00 2001
From: scriptuser <scriptuser@open-xchange.com>
Date: Mon, 19 Sep 2022 17:12:36 +0000
Subject: [PATCH] Bump @fastify/swagger from 7.5.1 to 7.6.0

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

diff --git a/package.json b/package.json
index c3f98d1..b401874 100644
--- a/package.json
+++ b/package.json
@@ -20,7 +20,7 @@
   "dependencies": {
     "@fastify/formbody": "^7.2.0",
     "@fastify/helmet": "^10.0.0",
-    "@fastify/swagger": "^7.5.1",
+    "@fastify/swagger": "^7.6.0",
     "@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 8545786..d1dc821 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -86,14 +86,14 @@
     readable-stream "^4.0.0"
     send "^0.18.0"
 
-"@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==
+"@fastify/swagger@^7.6.0":
+  version "7.6.0"
+  resolved "https://registry.yarnpkg.com/@fastify/swagger/-/swagger-7.6.0.tgz#0c0b365d70fd3549465d8a8f866fa5d1bccbe0aa"
+  integrity sha512-NzLxsf4KeI0HaPMVs0+Mtqn2ofGm8PF7vWqaWqmh9mkTxclxMvMyrOuQ/yu87d+fX2Sd9mYWVmmvIAmtnMtwaA==
   dependencies:
     "@fastify/static" "^6.0.0"
     fastify-plugin "^4.0.0"
-    json-schema-resolver "^1.3.0"
+    json-schema-resolver "^2.0.0"
     openapi-types "^12.0.0"
     rfdc "^1.3.0"
     yaml "^2.1.1"
@@ -1912,10 +1912,10 @@ js-yaml@4.1.0, js-yaml@^4.0.0, js-yaml@^4.1.0:
   dependencies:
     argparse "^2.0.1"
 
-json-schema-resolver@^1.3.0:
-  version "1.3.0"
-  resolved "https://registry.yarnpkg.com/json-schema-resolver/-/json-schema-resolver-1.3.0.tgz#0840864b06780363d31fb03cdfae5047e2f81fbb"
-  integrity sha512-EX7W1r8aZ/T3j8GbbBxPXi60bnsELfT90OiA1QrbGMvwzVSbyMNOAzvMFcFb8m7gKCXZLJpGe+cJOvWgoFl29A==
+json-schema-resolver@^2.0.0:
+  version "2.0.0"
+  resolved "https://registry.yarnpkg.com/json-schema-resolver/-/json-schema-resolver-2.0.0.tgz#d17fdf53560e6bc9af084b930fee27f6ce4a03b6"
+  integrity sha512-pJ4XLQP4Q9HTxl6RVDLJ8Cyh1uitSs0CzDBAz1uoJ4sRD/Bk7cFSXL1FUXDW3zJ7YnfliJx6eu8Jn283bpZ4Yg==
   dependencies:
     debug "^4.1.1"
     rfdc "^1.1.4"
-- 
GitLab