n8n 1.59.2 → 1.59.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": "1.59.2",
3
+ "version": "1.59.3",
4
4
  "description": "n8n Workflow Automation Tool",
5
5
  "main": "dist/index",
6
6
  "types": "dist/index.d.ts",
@@ -28,8 +28,8 @@
28
28
  "templates",
29
29
  "dist",
30
30
  "!dist/**/e2e.*",
31
- "LICENSE_EE.md",
32
- "LICENSE.md"
31
+ "LICENSE.md",
32
+ "LICENSE_EE.md"
33
33
  ],
34
34
  "devDependencies": {
35
35
  "@redocly/cli": "^1.6.0",
@@ -51,7 +51,7 @@
51
51
  "@types/superagent": "^8.1.7",
52
52
  "@types/swagger-ui-express": "^4.1.6",
53
53
  "@types/syslog-client": "^1.1.2",
54
- "@types/uuid": "^8.3.2",
54
+ "@types/uuid": "^10.0.0",
55
55
  "@types/validator": "^13.7.0",
56
56
  "@types/ws": "^8.5.4",
57
57
  "@types/xml2js": "^0.4.14",
@@ -140,7 +140,7 @@
140
140
  "swagger-ui-express": "5.0.0",
141
141
  "syslog-client": "1.1.1",
142
142
  "typedi": "0.10.0",
143
- "uuid": "8.3.2",
143
+ "uuid": "10.0.0",
144
144
  "validator": "13.7.0",
145
145
  "winston": "3.8.2",
146
146
  "ws": "8.17.1",
@@ -150,13 +150,13 @@
150
150
  "yamljs": "0.3.0",
151
151
  "zod": "3.23.8",
152
152
  "@n8n/client-oauth2": "0.20.0",
153
- "@n8n/config": "1.9.0",
154
- "@n8n/n8n-nodes-langchain": "1.59.0",
153
+ "@n8n/n8n-nodes-langchain": "1.59.1",
154
+ "@n8n/permissions": "0.13.0",
155
155
  "n8n-core": "1.59.0",
156
156
  "n8n-editor-ui": "1.59.1",
157
- "@n8n/permissions": "0.13.0",
158
157
  "n8n-workflow": "1.58.0",
159
- "n8n-nodes-base": "1.59.0"
158
+ "@n8n/config": "1.9.0",
159
+ "n8n-nodes-base": "1.59.1"
160
160
  },
161
161
  "license": "SEE LICENSE IN LICENSE.md",
162
162
  "homepage": "https://n8n.io",