Update packages (#112)

This commit is contained in:
Hakan Shehu
2025-07-04 09:12:30 +02:00
committed by GitHub
parent 5e48910a05
commit 6a2635320f
10 changed files with 670 additions and 670 deletions

View File

@@ -19,7 +19,7 @@
},
"description": "",
"devDependencies": {
"@types/node": "^24.0.4",
"@types/node": "^24.0.10",
"@types/nodemailer": "^6.4.17",
"@types/pg": "^8.15.4",
"@types/ws": "^8.18.1",
@@ -28,19 +28,19 @@
"tsx": "^4.20.3"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.835.0",
"@aws-sdk/client-s3": "^3.842.0",
"@colanode/core": "*",
"@colanode/crdt": "*",
"@fastify/cors": "^11.0.1",
"@fastify/websocket": "^11.1.0",
"@langchain/core": "^0.3.61",
"@langchain/google-genai": "^0.2.13",
"@langchain/langgraph": "^0.3.5",
"@langchain/openai": "^0.5.15",
"@langchain/core": "^0.3.62",
"@langchain/google-genai": "^0.2.14",
"@langchain/langgraph": "^0.3.6",
"@langchain/openai": "^0.5.16",
"@node-rs/argon2": "^2.0.2",
"bullmq": "^5.56.0",
"bullmq": "^5.56.1",
"diff": "^8.0.2",
"dotenv": "^16.5.0",
"dotenv": "^17.0.1",
"fastify": "^5.4.0",
"fastify-type-provider-zod": "^5.0.0",
"handlebars": "^4.7.8",
@@ -48,9 +48,9 @@
"ky": "^1.8.1",
"kysely": "^0.28.2",
"langchain": "^0.3.29",
"langfuse-langchain": "^3.37.5",
"nodemailer": "^7.0.3",
"pg": "^8.16.2",
"langfuse-langchain": "^3.38.1",
"nodemailer": "^7.0.4",
"pg": "^8.16.3",
"redis": "^5.5.6",
"sharp": "^0.34.2"
}