Skip to content

Commit

Permalink
fix(deps): update dependency @fastify/autoload to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 6, 2024
1 parent aa954e8 commit 7d52de4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/sample-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"node": ">= 20.0.0"
},
"dependencies": {
"@fastify/autoload": "~5.10.0",
"@fastify/autoload": "~6.0.0",
"@fastify/cors": "~9.0.1",
"axios": "~1.7.2",
"env-var": "~7.5.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1348,10 +1348,10 @@
ajv-formats "^2.1.1"
fast-uri "^2.0.0"

"@fastify/autoload@~5.10.0":
version "5.10.0"
resolved "https://registry.yarnpkg.com/@fastify/autoload/-/autoload-5.10.0.tgz#e839146ec59c2e9f79ee88d006fb5d1b1d922881"
integrity sha512-4A6s86qMbjcpWHmJL7cErtjIxOPuW8c67DLiuO8HoJQxuK97vaptoUnK5BTOwRg1ntYqfc3tjwerTTo5NQ3fEQ==
"@fastify/autoload@~6.0.0":
version "6.0.1"
resolved "https://registry.yarnpkg.com/@fastify/autoload/-/autoload-6.0.1.tgz#a8eaa426774342192fd330e934b7a71c1c7689e6"
integrity sha512-NVVu/g9yUFkv4nNxsDHhNKz37jINXlPxwNYbA4Hu8pnho6sDVeKo24pt+dnax1SeUapxxs/yulXukbUai6Aebw==

"@fastify/cors@~9.0.1":
version "9.0.1"
Expand Down

0 comments on commit 7d52de4

Please sign in to comment.