Skip to content

Commit

Permalink
fix(deps): update dependency @fastify/cors to v10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 22, 2024
1 parent f998e89 commit 3e236c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"dependencies": {
"@fastify/autoload": "6.0.1",
"@fastify/awilix": "6.0.0",
"@fastify/cors": "10.0.0",
"@fastify/cors": "10.0.1",
"@fastify/helmet": "12.0.0",
"@fastify/request-context": "6.0.1",
"@fastify/swagger": "9.0.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1980,13 +1980,13 @@ __metadata:
languageName: node
linkType: hard

"@fastify/cors@npm:10.0.0":
version: 10.0.0
resolution: "@fastify/cors@npm:10.0.0"
"@fastify/cors@npm:10.0.1":
version: 10.0.1
resolution: "@fastify/cors@npm:10.0.1"
dependencies:
fastify-plugin: "npm:^5.0.0"
mnemonist: "npm:0.39.8"
checksum: 10c0/077a54f561e786698528a2650819c6d4413dafd0516e13566e14723231eed5515cb9fd662964ef4864ff8b44328c144b4c0878b7e703e0a163fff01a25d21f79
checksum: 10c0/95aec2445b25a7df09bab557800a07245b58a00661b693bb04b8083d4c66b48f11696ca334d1488cff6aebbf8cbe2ae09d462972ac12502ba49a360662a249ba
languageName: node
linkType: hard

Expand Down Expand Up @@ -8326,7 +8326,7 @@ __metadata:
"@eslint/js": "npm:9.11.0"
"@fastify/autoload": "npm:6.0.1"
"@fastify/awilix": "npm:6.0.0"
"@fastify/cors": "npm:10.0.0"
"@fastify/cors": "npm:10.0.1"
"@fastify/helmet": "npm:12.0.0"
"@fastify/request-context": "npm:6.0.1"
"@fastify/swagger": "npm:9.0.0"
Expand Down

0 comments on commit 3e236c1

Please sign in to comment.