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

Commit

Permalink
chore(deps): bump fastify-swagger from 3.4.0 to 3.5.0
Browse files Browse the repository at this point in the history
Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/fastify/fastify-swagger/releases)
- [Commits](fastify/fastify-swagger@v3.4.0...v3.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 3, 2020
1 parent ac65a04 commit 494831d
Showing 1 changed file with 16 additions and 18 deletions.
34 changes: 16 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5788,38 +5788,36 @@ fastify-plugin@^1.2.0:
dependencies:
semver "^6.3.0"

fastify-plugin@^2.0.0, fastify-plugin@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-2.3.0.tgz#ef09432fd099e7cbd45f9612efc22da1da213fea"
integrity sha512-FOfgK3ORSXMl9AbXmkADH2gZ4qiegcYuJfDxKNlL0jQKLndbXYoBjifinYkSi2mTewDwu/LMlAGe4PVyhLpSXA==
dependencies:
semver "^7.3.2"

fastify-plugin@^2.3.2:
fastify-plugin@^2.0.0, fastify-plugin@^2.3.2:
version "2.3.4"
resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-2.3.4.tgz#b17abdc36a97877d88101fb86ad8a07f2c07de87"
integrity sha512-I+Oaj6p9oiRozbam30sh39BiuiqBda7yK2nmSPVwDCfIBlKnT8YB3MY+pRQc2Fcd07bf6KPGklHJaQ2Qu81TYQ==
dependencies:
semver "^7.3.2"

fastify-static@^3.0.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/fastify-static/-/fastify-static-3.2.0.tgz#1c5f433274b310b1c82de6870cc8f4206cedb2bc"
integrity sha512-gaN4AX1CrlhwC3cApS1uDSZOkQSbhxt32MRCjlJL3dhG7pxAIf69fmSS1nrKtZe69b5HRn/KyEqkh9qzLN8GZw==
fastify-plugin@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-3.0.0.tgz#cf1b8c8098e3b5a7c8c30e6aeb06903370c054ca"
integrity sha512-ZdCvKEEd92DNLps5n0v231Bha8bkz1DjnPP/aEz37rz/q42Z5JVLmgnqR4DYuNn3NXAO3IDCPyRvgvxtJ4Ym4w==

fastify-static@^3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/fastify-static/-/fastify-static-3.3.0.tgz#33b639f1fa6fde703326a9ef353d6b1469146f46"
integrity sha512-NaaeGWz25TmCYTGR8z90rhpfCuQqxDJauMC7fUTaswtxkM5CUmGGpwInm5/A55qfn9MbUQbPOWtWwSvhY73xHg==
dependencies:
fastify-plugin "^2.0.0"
fastify-plugin "^3.0.0"
glob "^7.1.4"
readable-stream "^3.4.0"
send "^0.17.1"

fastify-swagger@^3.0.0:
version "3.4.0"
resolved "https://registry.yarnpkg.com/fastify-swagger/-/fastify-swagger-3.4.0.tgz#8f18318d121df96a8edfe347d62005d6b7cae6ea"
integrity sha512-L0qO10eeH9YrkB1j7SvCPKnZppEIbF4NQBx+Uxy91HBf6Oxv1Co0RxMW2dSGvmNRUHvjNWrYlHd3V1VaTv/kUg==
version "3.5.0"
resolved "https://registry.yarnpkg.com/fastify-swagger/-/fastify-swagger-3.5.0.tgz#dcd494256c9c13e9759b85aa5b590c3333ce2707"
integrity sha512-zB65DJAvmzQ+4Wad270dk1xHh5rLjePCkohlt3wcUDTbG8DrFDSt0mD9zAfB/jNspx1EX5xtUIX2ZxGMYWDP4A==
dependencies:
"@types/swagger-schema-official" "^2.0.20"
fastify-plugin "^2.3.0"
fastify-static "^3.0.0"
fastify-plugin "^3.0.0"
fastify-static "^3.3.0"
js-yaml "^3.14.0"
json-schema-resolver "^1.2.0"

Expand Down

0 comments on commit 494831d

Please sign in to comment.