Skip to content
This repository was archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependency @fastify/cors to v8.4.1 (#951)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 29, 2023
1 parent 90a3864 commit 7ae66c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion crawler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"@fastify/cookie": "9.1.0",
"@fastify/cors": "8.4.0",
"@fastify/cors": "8.4.1",
"@fastify/session": "10.5.0",
"fastify": "4.24.3"
},
Expand Down
8 changes: 4 additions & 4 deletions crawler/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,10 @@
cookie "^0.5.0"
fastify-plugin "^4.0.0"

"@fastify/[email protected].0":
version "8.4.0"
resolved "https://registry.yarnpkg.com/@fastify/cors/-/cors-8.4.0.tgz#dc518a5c147141e21d2dd47108ec9ab0bb9b821c"
integrity sha512-MlVvMTenltToByTpLwlWtO+7dQ3l2J+1OpmGrx9JpSNWo1d+dhfNCOi23zHhxdFhtpDzfwGwCsKu9DTeG7k7nQ==
"@fastify/[email protected].1":
version "8.4.1"
resolved "https://registry.yarnpkg.com/@fastify/cors/-/cors-8.4.1.tgz#bd8fece8e175a20059a4c6552f0e7de9e94eafa0"
integrity sha512-iYQJtrY3pFiDS5mo5zRaudzg2OcUdJ96PD6xfkKOOEilly5nnrFZx/W6Sce2T79xxlEn2qpU3t5+qS2phS369w==
dependencies:
fastify-plugin "^4.0.0"
mnemonist "0.39.5"
Expand Down

0 comments on commit 7ae66c3

Please sign in to comment.