n8n-nodes-base 1.74.1 → 1.74.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.74.1",
3
+ "version": "1.74.2",
4
4
  "description": "Base nodes of n8n",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -901,10 +901,10 @@
901
901
  "uuid": "10.0.0",
902
902
  "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
903
903
  "xml2js": "0.6.2",
904
- "n8n-workflow": "1.73.0",
905
904
  "@n8n/di": "0.2.0",
906
- "@n8n/imap": "0.8.0",
907
- "@n8n/config": "1.24.0"
905
+ "@n8n/config": "1.24.0",
906
+ "n8n-workflow": "1.73.0",
907
+ "@n8n/imap": "0.8.0"
908
908
  },
909
909
  "license": "SEE LICENSE IN LICENSE.md",
910
910
  "homepage": "https://n8n.io",