chore: add Keyv package for improved caching and key-value storage

- Added Keyv package (v5.3.1) to package.json for flexible key-value storage
- Updated package-lock.json with Keyv and related dependencies
- Simplified Dockerfile dependency management
- Removed unnecessary buffer and readable-stream package duplicates
This commit is contained in:
Juan Sebastián Montoya 2025-03-10 09:10:17 -05:00
parent 4d4de411f2
commit 18582c1fdc
3 changed files with 496 additions and 406 deletions

View file

@ -28,6 +28,7 @@
"fastify-plugin": "^5.0.0",
"graphql": "^16.10.0",
"jsonwebtoken": "^9.0.2",
"keyv": "^5.3.1",
"mercurius": "^16.1.0",
"mercurius-codegen": "^6.0.1",
"minio": "^8.0.4",