@n8n/n8n-nodes-langchain 1.121.0 → 1.121.1

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@n8n/n8n-nodes-langchain",
3
- "version": "1.121.0",
3
+ "version": "1.121.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -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.121.0"
163
+ "n8n-core": "1.121.1"
164
164
  },
165
165
  "dependencies": {
166
166
  "@aws-sdk/client-sso-oidc": "3.808.0",
@@ -228,14 +228,14 @@
228
228
  "weaviate-client": "3.6.2",
229
229
  "zod": "3.25.67",
230
230
  "zod-to-json-schema": "3.23.3",
231
- "@n8n/client-oauth2": "0.32.0",
232
231
  "@n8n/config": "1.64.0",
233
- "@n8n/errors": "^0.5.0",
234
232
  "@n8n/di": "0.10.0",
233
+ "@n8n/client-oauth2": "0.32.0",
234
+ "@n8n/errors": "^0.5.0",
235
+ "@n8n/json-schema-to-zod": "1.6.0",
236
+ "n8n-nodes-base": "1.120.1",
235
237
  "@n8n/typescript-config": "1.3.0",
236
- "n8n-workflow": "1.119.0",
237
- "n8n-nodes-base": "1.120.0",
238
- "@n8n/json-schema-to-zod": "1.6.0"
238
+ "n8n-workflow": "1.119.1"
239
239
  },
240
240
  "license": "SEE LICENSE IN LICENSE.md",
241
241
  "homepage": "https://n8n.io",