n8n-nodes-base 1.53.0 → 1.53.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,12 +1,12 @@
1
1
  {
2
2
  "name": "n8n-nodes-base",
3
- "version": "1.53.0",
3
+ "version": "1.53.2",
4
4
  "description": "Base nodes of n8n",
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
  "credentials": [
@@ -815,11 +815,11 @@
815
815
  "@types/uuid": "^8.3.2",
816
816
  "@types/xml2js": "^0.4.14",
817
817
  "eslint-plugin-n8n-nodes-base": "^1.16.0",
818
- "n8n-core": "1.53.0"
818
+ "n8n-core": "1.53.1"
819
819
  },
820
820
  "dependencies": {
821
821
  "@kafkajs/confluent-schema-registry": "1.0.6",
822
- "@n8n/vm2": "3.9.24",
822
+ "@n8n/vm2": "3.9.25",
823
823
  "amqplib": "0.10.3",
824
824
  "alasql": "^4.4.0",
825
825
  "aws4": "1.11.0",
@@ -879,8 +879,8 @@
879
879
  "uuid": "8.3.2",
880
880
  "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
881
881
  "xml2js": "0.6.2",
882
- "n8n-workflow": "1.52.0",
883
- "@n8n/imap": "0.6.0"
882
+ "@n8n/imap": "0.6.0",
883
+ "n8n-workflow": "1.52.1"
884
884
  },
885
885
  "license": "SEE LICENSE IN LICENSE.md",
886
886
  "homepage": "https://n8n.io",