package overrides

This commit is contained in:
Philipinho
2026-05-14 02:41:24 +01:00
parent 91e3a1d015
commit ee55c8808e
3 changed files with 458 additions and 787 deletions
+2 -2
View File
@@ -42,7 +42,7 @@
"@fastify/multipart": "^10.0.0", "@fastify/multipart": "^10.0.0",
"@fastify/static": "^9.1.3", "@fastify/static": "^9.1.3",
"@keyv/redis": "^5.1.6", "@keyv/redis": "^5.1.6",
"@langchain/core": "1.1.39", "@langchain/core": "1.1.46",
"@langchain/textsplitters": "1.0.1", "@langchain/textsplitters": "1.0.1",
"@modelcontextprotocol/sdk": "^1.29.0", "@modelcontextprotocol/sdk": "^1.29.0",
"@nest-lab/throttler-storage-redis": "^1.2.0", "@nest-lab/throttler-storage-redis": "^1.2.0",
@@ -81,7 +81,7 @@
"ioredis": "^5.10.1", "ioredis": "^5.10.1",
"js-tiktoken": "^1.0.21", "js-tiktoken": "^1.0.21",
"jsonwebtoken": "^9.0.3", "jsonwebtoken": "^9.0.3",
"kysely": "^0.28.14", "kysely": "^0.29.0",
"kysely-migration-cli": "^0.4.2", "kysely-migration-cli": "^0.4.2",
"kysely-postgres-js": "^3.0.0", "kysely-postgres-js": "^3.0.0",
"ldapts": "^8.1.7", "ldapts": "^8.1.7",
+5 -4
View File
@@ -104,8 +104,8 @@
"ws": "8.20.0", "ws": "8.20.0",
"dompurify": "3.4.1", "dompurify": "3.4.1",
"tmp": "0.2.5", "tmp": "0.2.5",
"hono": "4.12.14", "hono": "4.12.18",
"mermaid": "11.13.0", "mermaid": "11.15.0",
"nanoid@^3": "3.3.8", "nanoid@^3": "3.3.8",
"socket.io-parser": "4.2.6", "socket.io-parser": "4.2.6",
"serialize-javascript": "7.0.3", "serialize-javascript": "7.0.3",
@@ -131,9 +131,10 @@
"@xmldom/xmldom": "0.8.13", "@xmldom/xmldom": "0.8.13",
"handlebars": "4.7.9", "handlebars": "4.7.9",
"axios": "1.16.0", "axios": "1.16.0",
"langsmith": "0.5.19", "langsmith": "0.7.0",
"follow-redirects": "1.16.0", "follow-redirects": "1.16.0",
"protobufjs": "7.5.5" "protobufjs": "7.5.6",
"ip-address": "10.1.1"
}, },
"neverBuiltDependencies": [] "neverBuiltDependencies": []
} }
+451 -781
View File
File diff suppressed because it is too large Load Diff