CHORE[DEPENDENCIES]: bump swagger-parser => 2.0.22 (#7597)

this fixes a bug where the parser would return
null when missing parameters rather than reporting
some useful error.

Fixes N/A
This commit is contained in:
Cody Mikol
2020-12-08 02:18:07 -05:00
committed by GitHub
parent 9e0badb3d7
commit f9d6c6fb21
44 changed files with 64 additions and 14 deletions

View File

@@ -783,3 +783,4 @@ components:
name: api_key
type: apiKey
x-apikeyInfoFunc: openapi_server.controllers.security_controller_.info_from_api_key
x-original-swagger-version: "2.0"