Skip to content

Commit

Permalink
update express-openapi-validator
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio committed Nov 9, 2020
1 parent c922475 commit 5e07854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/package.json
Expand Up @@ -20,7 +20,7 @@
"express": "^4.17.1",
"pino": "^6.7.0",
<% if (specification === 'openapi_3') { %>
"express-openapi-validator": "^4.4.3"
"express-openapi-validator": "^4.5.0"
<% } else { %>
"swagger-express-middleware": "^4.0.2"
<% } %>
Expand Down

0 comments on commit 5e07854

Please sign in to comment.