fix(backoffice): upgrade @fastify/cookie to v11 for Fastify 5 compatibility

- Updated @fastify/cookie from ^9.3.1 to ^11.0.0
- Fixes FST_ERR_PLUGIN_VERSION_MISMATCH error
This commit is contained in:
Tiago Yamamoto 2025-12-25 22:44:49 -03:00
parent cb6afe9583
commit 14af54ec39

View file

@ -23,7 +23,7 @@
"dependencies": {
"@fastify/compress": "^8.0.1",
"@fastify/cors": "^10.0.2",
"@fastify/cookie": "^9.3.1",
"@fastify/cookie": "^11.0.0",
"@fastify/helmet": "^13.0.1",
"@fastify/static": "^8.3.0",
"@nestjs/axios": "^4.0.1",