n8n-nodes-base 1.37.1 → 1.37.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-nodes-base",
3
- "version": "1.37.1",
3
+ "version": "1.37.2",
4
4
  "description": "Base nodes of n8n",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "homepage": "https://n8n.io",
@@ -819,7 +819,7 @@
819
819
  "@types/xml2js": "^0.4.14",
820
820
  "eslint-plugin-n8n-nodes-base": "^1.16.0",
821
821
  "gulp": "^4.0.0",
822
- "n8n-core": "1.36.0"
822
+ "n8n-core": "1.37.2"
823
823
  },
824
824
  "dependencies": {
825
825
  "@kafkajs/confluent-schema-registry": "1.0.6",
@@ -884,8 +884,8 @@
884
884
  "uuid": "8.3.2",
885
885
  "xlsx": "https://cdn.sheetjs.com/xlsx-0.19.3/xlsx-0.19.3.tgz",
886
886
  "xml2js": "0.6.2",
887
- "@n8n/imap": "0.2.0",
888
- "n8n-workflow": "1.37.0"
887
+ "n8n-workflow": "1.37.2",
888
+ "@n8n/imap": "0.2.0"
889
889
  },
890
890
  "scripts": {
891
891
  "clean": "rimraf dist .turbo",