Update packages (#224)

This commit is contained in:
Hakan Shehu
2025-10-07 20:22:27 +02:00
committed by GitHub
parent 0b11deb7a7
commit c64c5a6406
10 changed files with 1577 additions and 1405 deletions

View File

@@ -19,43 +19,43 @@
},
"description": "",
"devDependencies": {
"@types/node": "^24.3.1",
"@types/nodemailer": "^7.0.1",
"@types/node": "^24.7.0",
"@types/nodemailer": "^7.0.2",
"@types/pg": "^8.15.5",
"@types/ws": "^8.18.1",
"nodemon": "^3.1.10",
"tsup": "^8.5.0"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.886.0",
"@aws-sdk/client-s3": "^3.901.0",
"@colanode/core": "*",
"@colanode/crdt": "*",
"@fastify/cors": "^11.1.0",
"@fastify/websocket": "^11.2.0",
"@langchain/core": "^0.3.75",
"@langchain/google-genai": "^0.2.17",
"@langchain/core": "^0.3.78",
"@langchain/google-genai": "^0.2.18",
"@langchain/langgraph": "^0.4.9",
"@langchain/openai": "^0.6.11",
"@langchain/openai": "^0.6.14",
"@node-rs/argon2": "^2.0.2",
"@redis/client": "^5.8.2",
"@redis/client": "^5.8.3",
"@tus/s3-store": "^2.0.1",
"@tus/server": "^2.3.0",
"bullmq": "^5.58.5",
"bullmq": "^5.61.0",
"diff": "^8.0.2",
"dotenv": "^17.2.2",
"fastify": "^5.6.0",
"dotenv": "^17.2.3",
"fastify": "^5.6.1",
"fastify-type-provider-zod": "^6.0.0",
"handlebars": "^4.7.8",
"js-sha256": "^0.11.0",
"ky": "^1.10.0",
"kysely": "^0.28.5",
"langchain": "^0.3.33",
"ky": "^1.11.0",
"kysely": "^0.28.7",
"langchain": "^0.3.35",
"langfuse-langchain": "^3.38.5",
"ms": "^2.1.3",
"nodemailer": "^7.0.6",
"nodemailer": "^7.0.9",
"pg": "^8.16.3",
"pino": "^9.9.5",
"sharp": "^0.34.3",
"zod": "^4.1.7"
"pino": "^10.0.0",
"sharp": "^0.34.4",
"zod": "^4.1.12"
}
}