fix(core): Upgrade @n8n/typeorm to address a rare mutex release issue (#10993)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-09-27 13:36:43 +02:00
committed by GitHub
parent afda049491
commit 2af0fbf52f
3 changed files with 48 additions and 108 deletions

View File

@@ -150,7 +150,7 @@
"@langchain/redis": "0.1.0",
"@langchain/textsplitters": "0.1.0",
"@mozilla/readability": "^0.5.0",
"@n8n/typeorm": "0.3.20-10",
"@n8n/typeorm": "0.3.20-12",
"@n8n/vm2": "3.9.25",
"@pinecone-database/pinecone": "3.0.3",
"@qdrant/js-client-rest": "1.11.0",

View File

@@ -92,7 +92,7 @@
"@n8n/localtunnel": "3.0.0",
"@n8n/n8n-nodes-langchain": "workspace:*",
"@n8n/permissions": "workspace:*",
"@n8n/typeorm": "0.3.20-10",
"@n8n/typeorm": "0.3.20-12",
"@n8n_io/ai-assistant-sdk": "1.9.4",
"@n8n_io/license-sdk": "2.13.1",
"@oclif/core": "4.0.7",