n8n-nodes-base 1.44.0 → 1.44.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.44.0",
3
+ "version": "1.44.2",
4
4
  "description": "Base nodes of n8n",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "homepage": "https://n8n.io",
@@ -825,7 +825,7 @@
825
825
  "@types/uuid": "^8.3.2",
826
826
  "@types/xml2js": "^0.4.14",
827
827
  "eslint-plugin-n8n-nodes-base": "^1.16.0",
828
- "n8n-core": "1.44.0"
828
+ "n8n-core": "1.44.1"
829
829
  },
830
830
  "dependencies": {
831
831
  "@kafkajs/confluent-schema-registry": "1.0.6",
@@ -862,7 +862,7 @@
862
862
  "mongodb": "6.3.0",
863
863
  "mqtt": "5.0.2",
864
864
  "mssql": "10.0.2",
865
- "mysql2": "3.9.7",
865
+ "mysql2": "3.10.0",
866
866
  "nanoid": "3.3.6",
867
867
  "node-html-markdown": "1.2.0",
868
868
  "node-ssh": "12.0.5",
@@ -891,7 +891,7 @@
891
891
  "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
892
892
  "xml2js": "0.6.2",
893
893
  "@n8n/imap": "0.3.0",
894
- "n8n-workflow": "1.43.0"
894
+ "n8n-workflow": "1.43.1"
895
895
  },
896
896
  "scripts": {
897
897
  "clean": "rimraf dist .turbo",