n8n-nodes-base 1.65.0 → 1.66.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.65.0",
3
+ "version": "1.66.0",
4
4
  "description": "Base nodes of n8n",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -830,7 +830,7 @@
830
830
  "@types/uuid": "^10.0.0",
831
831
  "@types/xml2js": "^0.4.14",
832
832
  "eslint-plugin-n8n-nodes-base": "^1.16.3",
833
- "n8n-core": "1.65.0"
833
+ "n8n-core": "1.66.0"
834
834
  },
835
835
  "dependencies": {
836
836
  "@aws-sdk/client-sso-oidc": "3.666.0",
@@ -895,9 +895,9 @@
895
895
  "uuid": "10.0.0",
896
896
  "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
897
897
  "xml2js": "0.6.2",
898
- "@n8n/config": "1.15.0",
898
+ "@n8n/config": "1.16.0",
899
899
  "@n8n/imap": "0.7.0",
900
- "n8n-workflow": "1.64.0"
900
+ "n8n-workflow": "1.65.0"
901
901
  },
902
902
  "license": "SEE LICENSE IN LICENSE.md",
903
903
  "homepage": "https://n8n.io",