Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Commit

Permalink
fix(deps): update dependency fastify-swagger to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 26, 2021
1 parent aad39db commit 01da5a4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"apollo-server-fastify": "^2.19.0",
"class-transformer": "0.3.2",
"class-validator": "0.13.1",
"fastify-swagger": "^3.0.0",
"fastify-swagger": "^4.0.0",
"graphql": "^15.0.0",
"graphql-relay": "0.6.0",
"graphql-tag-pluck": "0.8.7",
Expand Down
22 changes: 17 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3613,6 +3613,11 @@ argparse@^1.0.7:
dependencies:
sprintf-js "~1.0.2"

argparse@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==

arr-diff@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520"
Expand Down Expand Up @@ -5979,15 +5984,15 @@ fastify-static@^3.3.0:
readable-stream "^3.4.0"
send "^0.17.1"

fastify-swagger@^3.0.0:
version "3.5.0"
resolved "https://registry.yarnpkg.com/fastify-swagger/-/fastify-swagger-3.5.0.tgz#dcd494256c9c13e9759b85aa5b590c3333ce2707"
integrity sha512-zB65DJAvmzQ+4Wad270dk1xHh5rLjePCkohlt3wcUDTbG8DrFDSt0mD9zAfB/jNspx1EX5xtUIX2ZxGMYWDP4A==
fastify-swagger@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/fastify-swagger/-/fastify-swagger-4.0.0.tgz#0b36ccb16893772a911af42eb64fe526f862465a"
integrity sha512-fP5MV7ITCPXqEfsX0pZXp8fxs8G+PvZ77gM0DvtOmQKj5tGlwYVOzwRSdlrpeXpbYyzIMCK/VO8OQBZgRnd1XA==
dependencies:
"@types/swagger-schema-official" "^2.0.20"
fastify-plugin "^3.0.0"
fastify-static "^3.3.0"
js-yaml "^3.14.0"
js-yaml "^4.0.0"
json-schema-resolver "^1.2.0"

fastify-warning@^0.2.0:
Expand Down Expand Up @@ -8079,6 +8084,13 @@ js-yaml@^3.14.1:
argparse "^1.0.7"
esprima "^4.0.0"

js-yaml@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.0.0.tgz#f426bc0ff4b4051926cd588c71113183409a121f"
integrity sha512-pqon0s+4ScYUvX30wxQi3PogGFAlUyH0awepWvwkj4jD4v+ova3RiYw8bmA6x2rDrEaj8i/oWKoRxpVNW+Re8Q==
dependencies:
argparse "^2.0.1"

jsbn@~0.1.0:
version "0.1.1"
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
Expand Down

0 comments on commit 01da5a4

Please sign in to comment.