n8n-nodes-base 1.80.1 → 1.80.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.80.1",
3
+ "version": "1.80.2",
4
4
  "description": "Base nodes of n8n",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -909,8 +909,8 @@
909
909
  "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
910
910
  "xml2js": "0.6.2",
911
911
  "@n8n/config": "1.30.0",
912
- "@n8n/imap": "0.8.0",
913
912
  "@n8n/di": "0.3.0",
913
+ "@n8n/imap": "0.8.0",
914
914
  "n8n-workflow": "1.79.1"
915
915
  },
916
916
  "license": "SEE LICENSE IN LICENSE.md",