Update packages (#196)

This commit is contained in:
Hakan Shehu
2025-08-29 16:25:52 +02:00
committed by GitHub
parent 185ec4abbd
commit 4a2ac3f1ed
10 changed files with 916 additions and 876 deletions

View File

@@ -19,43 +19,43 @@
},
"description": "",
"devDependencies": {
"@types/node": "^24.2.1",
"@types/nodemailer": "^6.4.17",
"@types/node": "^24.3.0",
"@types/nodemailer": "^7.0.1",
"@types/pg": "^8.15.5",
"@types/ws": "^8.18.1",
"nodemon": "^3.1.10",
"tsup": "^8.5.0"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.864.0",
"@aws-sdk/client-s3": "^3.878.0",
"@colanode/core": "*",
"@colanode/crdt": "*",
"@fastify/cors": "^11.1.0",
"@fastify/websocket": "^11.2.0",
"@langchain/core": "^0.3.69",
"@langchain/core": "^0.3.72",
"@langchain/google-genai": "^0.2.16",
"@langchain/langgraph": "^0.4.4",
"@langchain/openai": "^0.6.7",
"@langchain/langgraph": "^0.4.7",
"@langchain/openai": "^0.6.9",
"@node-rs/argon2": "^2.0.2",
"@redis/client": "^5.8.0",
"@tus/s3-store": "^2.0.0",
"@redis/client": "^5.8.2",
"@tus/s3-store": "^2.0.1",
"@tus/server": "^2.3.0",
"bullmq": "^5.56.10",
"bullmq": "^5.58.2",
"diff": "^8.0.2",
"dotenv": "^17.2.1",
"fastify": "^5.5.0",
"fastify-type-provider-zod": "^5.0.3",
"handlebars": "^4.7.8",
"js-sha256": "^0.11.0",
"ky": "^1.8.2",
"ky": "^1.9.1",
"kysely": "^0.28.5",
"langchain": "^0.3.30",
"langfuse-langchain": "^3.38.4",
"langchain": "^0.3.31",
"langfuse-langchain": "^3.38.5",
"ms": "^2.1.3",
"nodemailer": "^7.0.5",
"pg": "^8.16.3",
"pino": "^9.8.0",
"pino": "^9.9.0",
"sharp": "^0.34.3",
"zod": "^4.0.17"
"zod": "^4.1.5"
}
}