n8n-nodes-base 0.220.0 → 0.220.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": "0.220.0",
3
+ "version": "0.220.1",
4
4
  "description": "Base nodes of n8n",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "homepage": "https://n8n.io",
@@ -790,7 +790,7 @@
790
790
  "@types/xml2js": "^0.4.3",
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.1"
794
794
  },
795
795
  "dependencies": {
796
796
  "@kafkajs/confluent-schema-registry": "1.0.6",
@@ -886,7 +886,7 @@
886
886
  "vm2": "~3.9.5",
887
887
  "xlsx": "^0.17.0",
888
888
  "xml2js": "^0.4.23",
889
- "n8n-workflow": "0.143.0"
889
+ "n8n-workflow": "0.143.1"
890
890
  },
891
891
  "scripts": {
892
892
  "clean": "rimraf dist .turbo",