chore: update n8n dependencies to latest versions

- Updated n8n-nodes-base to 1.106.3
- Updated @n8n/n8n-nodes-langchain to 1.106.3
- Enhanced SQL.js compatibility in database adapter
- Fixed parameter binding and state management in SQLJSStatement
- Rebuilt node database with 535 nodes
- All tests passing with Node.js v22.17.0 LTS
This commit is contained in:
czlonkowski
2025-09-04 10:24:33 +02:00
parent f3658a4cab
commit b65a2f8f3d
5 changed files with 610 additions and 607 deletions

View File

@@ -128,12 +128,12 @@
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.13.2",
"@n8n/n8n-nodes-langchain": "^1.106.2",
"@n8n/n8n-nodes-langchain": "^1.108.1",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"n8n": "^1.107.4",
"n8n-core": "^1.106.2",
"n8n-workflow": "^1.104.1",
"n8n": "^1.109.2",
"n8n-core": "^1.108.0",
"n8n-workflow": "^1.106.0",
"sql.js": "^1.13.0",
"uuid": "^10.0.0"
},