fix(http): fastify dependencies (closes #461, #491) (#520)

* 🚨 **[WIP]** fix: fastify dependencies

* update & fix http stuff
This commit is contained in:
Isaac
2024-01-21 02:19:26 +00:00
committed by GitHub
parent 3e7127a3d9
commit 5f77b28012
17 changed files with 143 additions and 167 deletions

View File

@@ -49,9 +49,9 @@
"@eartharoid/dbf": "^0.4.2",
"@eartharoid/dtf": "^2.0.1",
"@eartharoid/i18n": "^1.2.1",
"@fastify/cookie": "^6.0.0",
"@fastify/jwt": "^5.0.1",
"@fastify/oauth2": "^5.1.0",
"@fastify/cookie": "^9.3.1",
"@fastify/jwt": "^8.0.0",
"@fastify/oauth2": "^7.8.0",
"@prisma/client": "^4.16.2",
"boxen": "^7.1.1",
"cryptr": "^6.3.0",