n8n 2.18.2 → 2.18.3

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",
3
- "version": "2.18.2",
3
+ "version": "2.18.3",
4
4
  "description": "n8n Workflow Automation Tool",
5
5
  "main": "dist/index",
6
6
  "types": "dist/index.d.ts",
@@ -56,9 +56,9 @@
56
56
  "mjml": "^4.15.3",
57
57
  "openapi-types": "^12.1.3",
58
58
  "ts-essentials": "^7.0.3",
59
- "@n8n/typescript-config": "1.4.0",
60
- "@n8n/backend-test-utils": "1.18.2",
61
- "n8n-containers": "1.0.0"
59
+ "@n8n/backend-test-utils": "1.18.3",
60
+ "n8n-containers": "1.0.0",
61
+ "@n8n/typescript-config": "1.4.0"
62
62
  },
63
63
  "dependencies": {
64
64
  "@1password/connect": "1.4.2",
@@ -153,28 +153,28 @@
153
153
  "zod": "3.25.67",
154
154
  "@n8n/ai-node-sdk": "0.9.0",
155
155
  "@n8n/ai-utilities": "0.12.0",
156
- "@n8n/ai-workflow-builder": "1.18.2",
157
- "@n8n/backend-common": "1.18.2",
158
- "@n8n/api-types": "1.18.2",
159
- "@n8n/chat-hub": "1.11.2",
160
- "@n8n/config": "2.17.0",
156
+ "@n8n/api-types": "1.18.3",
157
+ "@n8n/ai-workflow-builder": "1.18.3",
158
+ "@n8n/backend-common": "1.18.3",
159
+ "@n8n/chat-hub": "1.11.3",
161
160
  "@n8n/client-oauth2": "1.2.0",
162
161
  "@n8n/constants": "0.22.0",
163
- "@n8n/di": "0.10.0",
162
+ "@n8n/db": "1.18.3",
163
+ "@n8n/decorators": "1.18.3",
164
+ "@n8n/config": "2.17.0",
164
165
  "@n8n/errors": "0.7.0",
165
- "@n8n/instance-ai": "1.3.2",
166
- "@n8n/decorators": "1.18.2",
167
- "@n8n/n8n-nodes-langchain": "2.18.2",
168
- "@n8n/db": "1.18.2",
169
- "@n8n/syslog-client": "1.2.0",
170
- "@n8n/task-runner": "2.18.2",
171
- "@n8n/utils": "1.29.0",
166
+ "@n8n/di": "0.10.0",
167
+ "@n8n/instance-ai": "1.3.3",
168
+ "@n8n/n8n-nodes-langchain": "2.18.3",
172
169
  "@n8n/permissions": "0.57.0",
173
- "@n8n/workflow-sdk": "0.11.2",
174
- "n8n-core": "2.18.2",
175
- "n8n-nodes-base": "2.18.2",
176
- "n8n-editor-ui": "2.18.2",
177
- "n8n-workflow": "2.18.2"
170
+ "n8n-core": "2.18.3",
171
+ "@n8n/utils": "1.29.0",
172
+ "@n8n/workflow-sdk": "0.11.3",
173
+ "n8n-editor-ui": "2.18.3",
174
+ "@n8n/task-runner": "2.18.3",
175
+ "@n8n/syslog-client": "1.2.0",
176
+ "n8n-nodes-base": "2.18.3",
177
+ "n8n-workflow": "2.18.3"
178
178
  },
179
179
  "license": "SEE LICENSE IN LICENSE.md",
180
180
  "homepage": "https://n8n.io",