File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 29
29
"fastify-env" : " 2.1.1" ,
30
30
"fastify-oauth2" : " 4.5.0" ,
31
31
"fastify-server-session" : " 5.0.1" ,
32
- "fastify-swagger" : " 5.1 .0" ,
32
+ "fastify-swagger" : " 5.2 .0" ,
33
33
"got" : " 11.8.3" ,
34
34
"pino" : " 7.11.0" ,
35
35
"uuid" : " 8.3.2"
Original file line number Diff line number Diff line change @@ -2185,16 +2185,25 @@ fastify-static@^4.0.0:
2185
2185
readable-stream "^3.4.0"
2186
2186
send "^0.17.1"
2187
2187
2188
- fastify-swagger@ 5.1.0 :
2189
- version "5.1.0 "
2190
- resolved "https://registry.yarnpkg.com/fastify-swagger/-/fastify-swagger-5.1.0 .tgz#c00049540cd7c752da67f90beb614f82d27ad4e4 "
2191
- integrity sha512-blV4vhuGXrFXo7+yR287D0v4gSxicgOQzfMTWS9nbjA2wIaf+/sxHEmaLUphnKilj3siURb9Bx69gy1eomv8Ng ==
2188
+ " fastify-swagger-deprecated@npm:fastify-swagger@ 5.1.1 " :
2189
+ version "5.1.1 "
2190
+ resolved "https://registry.yarnpkg.com/fastify-swagger/-/fastify-swagger-5.1.1 .tgz#9aae3f7edb629c98e534841c3c0a1347f9321cd1 "
2191
+ integrity sha512-7DA0zS8CCV5r+gbLgWdeeKEwLrVbbOxLMJVUfOl1H9+wSildSLD8hok2TLX7s3c28wOjF8+iZRxsz/hBDzfdIw ==
2192
2192
dependencies :
2193
2193
fastify-plugin "^3.0.0"
2194
2194
fastify-static "^4.0.0"
2195
2195
js-yaml "^4.0.0"
2196
2196
json-schema-resolver "^1.3.0"
2197
2197
openapi-types "^10.0.0"
2198
+ rfdc "^1.3.0"
2199
+
2200
+
2201
+ version "5.2.0"
2202
+ resolved "https://registry.yarnpkg.com/fastify-swagger/-/fastify-swagger-5.2.0.tgz#680cae4352b68b7e064aaaeb36fa1de60ff26dc7"
2203
+ integrity sha512-yKct50Mev9YIrhd2FRO4AChcJM9JwTBCziIjA4C+AI+hV2ystaIklgHVEwHoyqlaeQ+B4gZ1Z5rgOE87i4llLg==
2204
+ dependencies :
2205
+ fastify-swagger-deprecated "npm:[email protected] "
2206
+ process-warning "^1.0.0"
2198
2207
2199
2208
fastify-warning@^0.2.0 :
2200
2209
version "0.2.0"
You can’t perform that action at this time.
0 commit comments