n8n-nodes-base 1.11.0 → 1.11.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.11.0",
3
+ "version": "1.11.1",
4
4
  "description": "Base nodes of n8n",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "homepage": "https://n8n.io",
@@ -798,7 +798,7 @@
798
798
  "@types/xml2js": "^0.4.11",
799
799
  "eslint-plugin-n8n-nodes-base": "^1.16.0",
800
800
  "gulp": "^4.0.0",
801
- "n8n-core": "1.11.0"
801
+ "n8n-core": "1.11.2"
802
802
  },
803
803
  "dependencies": {
804
804
  "@kafkajs/confluent-schema-registry": "1.0.6",
@@ -862,7 +862,7 @@
862
862
  "uuid": "^8.3.2",
863
863
  "xlsx": "https://cdn.sheetjs.com/xlsx-0.19.3/xlsx-0.19.3.tgz",
864
864
  "xml2js": "^0.5.0",
865
- "n8n-workflow": "1.11.0"
865
+ "n8n-workflow": "1.11.1"
866
866
  },
867
867
  "scripts": {
868
868
  "clean": "rimraf dist .turbo",