n8n-nodes-base 1.21.0 → 1.21.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.21.0",
3
+ "version": "1.21.1",
4
4
  "description": "Base nodes of n8n",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "homepage": "https://n8n.io",
@@ -811,7 +811,7 @@
811
811
  "@types/xml2js": "^0.4.11",
812
812
  "eslint-plugin-n8n-nodes-base": "^1.16.0",
813
813
  "gulp": "^4.0.0",
814
- "n8n-core": "1.21.0"
814
+ "n8n-core": "1.21.1"
815
815
  },
816
816
  "dependencies": {
817
817
  "@kafkajs/confluent-schema-registry": "1.0.6",
@@ -875,7 +875,7 @@
875
875
  "uuid": "8.3.2",
876
876
  "xlsx": "https://cdn.sheetjs.com/xlsx-0.19.3/xlsx-0.19.3.tgz",
877
877
  "xml2js": "0.5.0",
878
- "n8n-workflow": "1.21.0"
878
+ "n8n-workflow": "1.21.1"
879
879
  },
880
880
  "scripts": {
881
881
  "clean": "rimraf dist .turbo",