@n8n/n8n-nodes-langchain 1.122.13 → 1.122.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +14 -14
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@n8n/n8n-nodes-langchain",
3
- "version": "1.122.13",
3
+ "version": "1.122.15",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "files": [
7
7
  "dist",
8
- "LICENSE.md",
9
- "LICENSE_EE.md"
8
+ "LICENSE_EE.md",
9
+ "LICENSE.md"
10
10
  ],
11
11
  "n8n": {
12
12
  "n8nNodesApiVersion": 1,
@@ -160,7 +160,7 @@
160
160
  "jest-mock-extended": "^3.0.4",
161
161
  "tsup": "^8.5.0",
162
162
  "@n8n/eslint-plugin-community-nodes": "0.7.0",
163
- "n8n-core": "1.122.12"
163
+ "n8n-core": "1.122.15"
164
164
  },
165
165
  "dependencies": {
166
166
  "@aws-sdk/client-sso-oidc": "3.808.0",
@@ -175,7 +175,7 @@
175
175
  "@langchain/anthropic": "1.1.3",
176
176
  "@langchain/aws": "1.0.3",
177
177
  "@langchain/cohere": "1.0.1",
178
- "@langchain/community": "1.0.5",
178
+ "@langchain/community": "1.1.14",
179
179
  "@langchain/core": "1.1.8",
180
180
  "@langchain/google-genai": "2.0.0",
181
181
  "@langchain/google-vertexai": "2.0.0",
@@ -189,10 +189,10 @@
189
189
  "@langchain/redis": "1.0.1",
190
190
  "@langchain/textsplitters": "1.0.1",
191
191
  "@langchain/weaviate": "1.0.1",
192
- "@modelcontextprotocol/sdk": "1.20.0",
192
+ "@modelcontextprotocol/sdk": "^1.26.0",
193
193
  "@mozilla/readability": "0.6.0",
194
194
  "@n8n/typeorm": "0.3.20-15",
195
- "vm2": "^3.10.2",
195
+ "vm2": "^3.10.5",
196
196
  "@pinecone-database/pinecone": "^5.0.2",
197
197
  "@qdrant/js-client-rest": "^1.15.0",
198
198
  "@supabase/supabase-js": "2.49.9",
@@ -214,7 +214,7 @@
214
214
  "@langchain/classic": "1.0.5",
215
215
  "lodash": "4.17.23",
216
216
  "mammoth": "1.11.0",
217
- "mime-types": "3.0.1",
217
+ "mime-types": "3.0.2",
218
218
  "mongodb": "^6.17.0",
219
219
  "openai": "^6.9.0",
220
220
  "pdf-parse": "1.1.1",
@@ -229,14 +229,14 @@
229
229
  "weaviate-client": "3.6.2",
230
230
  "zod": "3.25.67",
231
231
  "zod-to-json-schema": "3.23.3",
232
- "@n8n/config": "1.65.2",
233
232
  "@n8n/client-oauth2": "0.33.0",
234
- "@n8n/json-schema-to-zod": "1.6.0",
235
- "@n8n/typescript-config": "1.3.0",
233
+ "@n8n/di": "0.10.0",
236
234
  "@n8n/errors": "0.5.0",
237
- "n8n-workflow": "1.120.7",
238
- "n8n-nodes-base": "1.121.12",
239
- "@n8n/di": "0.10.0"
235
+ "@n8n/config": "1.65.2",
236
+ "@n8n/typescript-config": "1.3.0",
237
+ "n8n-workflow": "1.120.8",
238
+ "@n8n/json-schema-to-zod": "1.6.0",
239
+ "n8n-nodes-base": "1.121.14"
240
240
  },
241
241
  "license": "SEE LICENSE IN LICENSE.md",
242
242
  "homepage": "https://n8n.io",