n8n-nodes-base 0.220.0 → 0.220.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": "0.220.0",
3
+ "version": "0.220.2",
4
4
  "description": "Base nodes of n8n",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "homepage": "https://n8n.io",
@@ -787,10 +787,10 @@
787
787
  "@types/ssh2-sftp-client": "^5.1.0",
788
788
  "@types/tmp": "^0.2.0",
789
789
  "@types/uuid": "^8.3.2",
790
- "@types/xml2js": "^0.4.3",
790
+ "@types/xml2js": "^0.4.11",
791
791
  "eslint-plugin-n8n-nodes-base": "^1.12.0",
792
792
  "gulp": "^4.0.0",
793
- "n8n-core": "0.161.0"
793
+ "n8n-core": "0.161.2"
794
794
  },
795
795
  "dependencies": {
796
796
  "@kafkajs/confluent-schema-registry": "1.0.6",
@@ -883,10 +883,10 @@
883
883
  "ssh2-sftp-client": "^7.0.0",
884
884
  "tmp-promise": "^3.0.2",
885
885
  "uuid": "^8.3.2",
886
- "vm2": "~3.9.5",
886
+ "vm2": "~3.9.15",
887
887
  "xlsx": "^0.17.0",
888
- "xml2js": "^0.4.23",
889
- "n8n-workflow": "0.143.0"
888
+ "xml2js": "^0.5.0",
889
+ "n8n-workflow": "0.143.2"
890
890
  },
891
891
  "scripts": {
892
892
  "clean": "rimraf dist .turbo",