Skip to content

Commit

Permalink
chore(deps): bump fastify-cors from 6.0.3 to 6.1.0 (#470)
Browse files Browse the repository at this point in the history
Bumps [fastify-cors](https://github.com/fastify/fastify-cors) from 6.0.3 to 6.1.0.
- [Release notes](https://github.com/fastify/fastify-cors/releases)
- [Commits](https://github.com/fastify/fastify-cors/commits)

---
updated-dependencies:
- dependency-name: fastify-cors
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 28, 2022
1 parent 22da5b7 commit 99eb1e2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4628,14 +4628,22 @@ fastify-cli@^2.5.1:
split2 "^4.1.0"
yargs-parser "^20.0.0"

fastify-cors@^6.0.2:
"fastify-cors-deprecated@npm:fastify-cors@6.0.3":
version "6.0.3"
resolved "https://registry.yarnpkg.com/fastify-cors/-/fastify-cors-6.0.3.tgz#1907f92c3f855a18ef6fb6213186c73cf0bbf9e4"
integrity sha512-fMbXubKKyBHHCfSBtsCi3+7VyVRdhJQmGes5gM+eGKkRErCdm0NaYO0ozd31BQBL1ycoTIjbqOZhJo4RTF/Vlg==
dependencies:
fastify-plugin "^3.0.0"
vary "^1.1.2"

fastify-cors@^6.0.2:
version "6.1.0"
resolved "https://registry.yarnpkg.com/fastify-cors/-/fastify-cors-6.1.0.tgz#b47bd7faf29113a884e59413ee198a9c323cf180"
integrity sha512-QBKz32IoY/iuT74CunRY1XOSpjSTIOh9E3FxulXIBhd0D2vdgG0kDvy0eG6HA/88sRfWHeba43LkGEXPz0Rh8g==
dependencies:
fastify-cors-deprecated "npm:fastify-cors@6.0.3"
process-warning "^1.0.0"

fastify-error@^0.3.0:
version "0.3.1"
resolved "https://registry.yarnpkg.com/fastify-error/-/fastify-error-0.3.1.tgz#8eb993e15e3cf57f0357fc452af9290f1c1278d2"
Expand Down

0 comments on commit 99eb1e2

Please sign in to comment.