@n8n/n8n-nodes-langchain 2.36.0 → 2.36.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@n8n/n8n-nodes-langchain",
3
- "version": "2.36.0",
3
+ "version": "2.36.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "exports": {
@@ -25,8 +25,8 @@
25
25
  },
26
26
  "files": [
27
27
  "dist",
28
- "LICENSE_EE.md",
29
- "LICENSE.md"
28
+ "LICENSE.md",
29
+ "LICENSE_EE.md"
30
30
  ],
31
31
  "n8n": {
32
32
  "n8nNodesApiVersion": 1,
@@ -295,26 +295,26 @@
295
295
  "oracledb": "6.10.0",
296
296
  "pg": "8.21.0",
297
297
  "redis": "4.6.14",
298
- "sanitize-html": "2.17.4",
298
+ "sanitize-html": "2.17.5",
299
299
  "sqlite3": "5.1.7",
300
300
  "temp": "0.9.4",
301
301
  "tmp-promise": "3.0.3",
302
302
  "uuid": "11.1.1",
303
- "vm2": "3.11.5",
303
+ "vm2": "3.11.6",
304
304
  "weaviate-client": "3.9.0",
305
305
  "zod": "3.25.76",
306
306
  "zod-to-json-schema": "3.23.3",
307
- "@n8n/ai-utilities": "0.29.0",
308
- "@n8n/client-oauth2": "1.18.0",
309
- "@n8n/errors": "0.13.0",
307
+ "@n8n/ai-utilities": "0.29.2",
308
+ "@n8n/client-oauth2": "1.18.2",
309
+ "@n8n/config": "2.34.0",
310
310
  "@n8n/di": "0.16.0",
311
+ "@n8n/errors": "0.13.0",
311
312
  "@n8n/json-schema-to-zod": "1.15.0",
312
313
  "@n8n/typescript-config": "1.10.0",
313
314
  "@n8n/utils": "1.44.0",
314
- "@n8n/config": "2.34.0",
315
- "n8n-core": "2.36.0",
316
- "n8n-workflow": "2.36.0",
317
- "n8n-nodes-base": "2.36.0"
315
+ "n8n-core": "2.36.3",
316
+ "n8n-nodes-base": "2.36.2",
317
+ "n8n-workflow": "2.36.2"
318
318
  },
319
319
  "license": "SEE LICENSE IN LICENSE.md",
320
320
  "homepage": "https://n8n.io",