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 Dec 14, 2024
1 parent 71c89f9 commit dbf4b95
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.3",
"@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.3":
version "6.0.3"
resolved "https://registry.yarnpkg.com/@fastify/autoload/-/autoload-6.0.3.tgz#5c96169fae0fdf7d5d36f12e9e701d66c0fbc96b"
integrity sha512-/wM2pmI7jP2fGah3YuP14i9vuaijpD4gQYLiyd+eD7gUxpA3B4R6/0QIXQS2eJaYD9aIX4ZFRzPmrZsaetfcWw==

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

0 comments on commit dbf4b95

Please sign in to comment.