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 8, 2024
1 parent f61d106 commit 590a557
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test": "npm run build:ts && tsc -p test/tsconfig.test.json && cross-env TS_NODE_FILES=true tap --ts test/**/*.test.ts"
},
"dependencies": {
"@fastify/autoload": "5.10.0",
"@fastify/autoload": "6.0.2",
"@fastify/cors": "9.0.1",
"@fastify/multipart": "8.3.0",
"@fastify/sensible": "5.6.0",
Expand Down
8 changes: 4 additions & 4 deletions server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,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.2":
version "6.0.2"
resolved "https://registry.yarnpkg.com/@fastify/autoload/-/autoload-6.0.2.tgz#93343f955d6549bd44d0a4c439c6e3f4d8f52c97"
integrity sha512-efRwk2KKTPERxHEnzabK+w2pGxBExCCYixPYUMqtLd++Xsoh4h5Rrq8D2xZDq2BQ8hTFI1rzGLkHWsz40wgoWA==

"@fastify/busboy@^2.1.0":
version "2.1.1"
Expand Down

0 comments on commit 590a557

Please sign in to comment.