Update packages (#183)

This commit is contained in:
Hakan Shehu
2025-08-08 13:42:31 +02:00
committed by GitHub
parent 3de2bdf2f7
commit 4fb5b7db85
8 changed files with 875 additions and 838 deletions

View File

@@ -19,7 +19,7 @@
},
"description": "",
"devDependencies": {
"@types/node": "^24.1.0",
"@types/node": "^24.2.0",
"@types/nodemailer": "^6.4.17",
"@types/pg": "^8.15.5",
"@types/ws": "^8.18.1",
@@ -28,24 +28,24 @@
"tsx": "^4.20.3"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.859.0",
"@aws-sdk/client-s3": "^3.863.0",
"@colanode/core": "*",
"@colanode/crdt": "*",
"@fastify/cors": "^11.1.0",
"@fastify/websocket": "^11.2.0",
"@langchain/core": "^0.3.66",
"@langchain/core": "^0.3.68",
"@langchain/google-genai": "^0.2.16",
"@langchain/langgraph": "^0.4.2",
"@langchain/openai": "^0.6.3",
"@langchain/langgraph": "^0.4.3",
"@langchain/openai": "^0.6.6",
"@node-rs/argon2": "^2.0.2",
"@redis/client": "^5.7.0",
"@redis/client": "^5.8.0",
"@tus/s3-store": "^2.0.0",
"@tus/server": "^2.3.0",
"bullmq": "^5.56.9",
"diff": "^8.0.2",
"dotenv": "^17.2.1",
"fastify": "^5.4.0",
"fastify-type-provider-zod": "^5.0.2",
"fastify-type-provider-zod": "^5.0.3",
"handlebars": "^4.7.8",
"js-sha256": "^0.11.0",
"ky": "^1.8.2",
@@ -55,8 +55,8 @@
"ms": "^2.1.3",
"nodemailer": "^7.0.5",
"pg": "^8.16.3",
"pino": "^9.7.0",
"pino": "^9.8.0",
"sharp": "^0.34.3",
"zod": "^4.0.14"
"zod": "^4.0.15"
}
}