n8n-nodes-base 1.34.0 → 1.34.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.34.0",
3
+ "version": "1.34.1",
4
4
  "description": "Base nodes of n8n",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "homepage": "https://n8n.io",
@@ -816,7 +816,7 @@
816
816
  "@types/xml2js": "^0.4.14",
817
817
  "eslint-plugin-n8n-nodes-base": "^1.16.0",
818
818
  "gulp": "^4.0.0",
819
- "n8n-core": "1.33.0"
819
+ "n8n-core": "1.33.1"
820
820
  },
821
821
  "dependencies": {
822
822
  "@kafkajs/confluent-schema-registry": "1.0.6",
@@ -882,7 +882,7 @@
882
882
  "uuid": "8.3.2",
883
883
  "xlsx": "https://cdn.sheetjs.com/xlsx-0.19.3/xlsx-0.19.3.tgz",
884
884
  "xml2js": "0.6.2",
885
- "n8n-workflow": "1.33.0"
885
+ "n8n-workflow": "1.33.1"
886
886
  },
887
887
  "scripts": {
888
888
  "clean": "rimraf dist .turbo",