n8n-nodes-base 1.41.0 → 1.42.0

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.41.0",
3
+ "version": "1.42.0",
4
4
  "description": "Base nodes of n8n",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "homepage": "https://n8n.io",
@@ -823,7 +823,7 @@
823
823
  "@types/uuid": "^8.3.2",
824
824
  "@types/xml2js": "^0.4.14",
825
825
  "eslint-plugin-n8n-nodes-base": "^1.16.0",
826
- "n8n-core": "1.41.0"
826
+ "n8n-core": "1.42.0"
827
827
  },
828
828
  "dependencies": {
829
829
  "@kafkajs/confluent-schema-registry": "1.0.6",
@@ -888,8 +888,8 @@
888
888
  "uuid": "8.3.2",
889
889
  "xlsx": "https://cdn.sheetjs.com/xlsx-0.19.3/xlsx-0.19.3.tgz",
890
890
  "xml2js": "0.6.2",
891
- "@n8n/imap": "0.2.0",
892
- "n8n-workflow": "1.40.0"
891
+ "n8n-workflow": "1.41.0",
892
+ "@n8n/imap": "0.2.0"
893
893
  },
894
894
  "scripts": {
895
895
  "clean": "rimraf dist .turbo",