Upgrade fastify to 5.x to match plugin version requirements
All @fastify/* plugins (cookie, cors, multipart, static) were already on 5.x-targeted versions; fastify itself was still on 4.29.1. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
577e98e6b1
commit
fc6d1baa79
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
||||||
"@fastify/cors": "^9.0.1",
|
"@fastify/cors": "^9.0.1",
|
||||||
"@fastify/multipart": "^9.0.1",
|
"@fastify/multipart": "^9.0.1",
|
||||||
"@fastify/static": "^8.0.1",
|
"@fastify/static": "^8.0.1",
|
||||||
"fastify": "^4.28.1",
|
"fastify": "^5.0.0",
|
||||||
"jose": "^5.9.6",
|
"jose": "^5.9.6",
|
||||||
"pg": "^8.13.1"
|
"pg": "^8.13.1"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue