chore: update n8n dependencies to 1.110.1

- Update n8n: 1.109.2 → 1.110.1
- Update n8n-core: 1.108.0 → 1.109.0
- Update n8n-workflow: 1.106.0 → 1.107.0
- Update @n8n/n8n-nodes-langchain: 1.108.1 → 1.109.1
- Rebuild node database with 536 nodes
- Update templates database with 499 latest workflows
- Bump version to 2.10.9
This commit is contained in:
czlonkowski
2025-09-10 00:06:42 +02:00
parent 9e79b53465
commit 6b4bb7ff66
6 changed files with 824 additions and 1130 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "n8n-mcp",
"version": "2.10.8",
"version": "2.10.9",
"description": "Integration between n8n workflow automation and Model Context Protocol (MCP)",
"main": "dist/index.js",
"bin": {
@@ -128,12 +128,12 @@
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.13.2",
"@n8n/n8n-nodes-langchain": "^1.108.1",
"@n8n/n8n-nodes-langchain": "^1.109.1",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"n8n": "^1.109.2",
"n8n-core": "^1.108.0",
"n8n-workflow": "^1.106.0",
"n8n": "^1.110.1",
"n8n-core": "^1.109.0",
"n8n-workflow": "^1.107.0",
"sql.js": "^1.13.0",
"uuid": "^10.0.0"
},