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:
parent
cb6afe9583
commit
14af54ec39
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue