n8n-nodes-base 1.59.0 → 1.59.1

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.59.0",
3
+ "version": "1.59.1",
4
4
  "description": "Base nodes of n8n",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -819,7 +819,7 @@
819
819
  "@types/showdown": "^1.9.4",
820
820
  "@types/snowflake-sdk": "^1.6.24",
821
821
  "@types/ssh2-sftp-client": "^5.1.0",
822
- "@types/uuid": "^8.3.2",
822
+ "@types/uuid": "^10.0.0",
823
823
  "@types/xml2js": "^0.4.14",
824
824
  "eslint-plugin-n8n-nodes-base": "^1.16.0",
825
825
  "n8n-core": "1.59.0"
@@ -883,7 +883,7 @@
883
883
  "tmp-promise": "3.0.3",
884
884
  "ts-ics": "^1.2.2",
885
885
  "typedi": "0.10.0",
886
- "uuid": "8.3.2",
886
+ "uuid": "10.0.0",
887
887
  "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
888
888
  "xml2js": "0.6.2",
889
889
  "@n8n/imap": "0.6.0",