fix(api): pin @fastify/multipart to ^8 for fastify 4 compat

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
admin
2026-05-01 11:43:58 +03:00
parent e768d30fb6
commit 8c29760615
2 changed files with 57 additions and 89 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
"@fastify/cookie": "^9.4.0",
"@fastify/cors": "^9.0.1",
"@fastify/helmet": "^11.1.1",
"@fastify/multipart": "^10.0.0",
"@fastify/multipart": "^8.3.1",
"@prisma/client": "^5.22.0",
"fastify": "^4.28.1",
"fastify-plugin": "^4.5.1",