n8n-nodes-base 1.0.2 → 1.0.4

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.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "Base nodes of n8n",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "homepage": "https://n8n.io",
@@ -764,7 +764,7 @@
764
764
  "@types/xml2js": "^0.4.11",
765
765
  "eslint-plugin-n8n-nodes-base": "^1.12.0",
766
766
  "gulp": "^4.0.0",
767
- "n8n-core": "1.0.2"
767
+ "n8n-core": "1.0.3"
768
768
  },
769
769
  "dependencies": {
770
770
  "@kafkajs/confluent-schema-registry": "1.0.6",
@@ -816,7 +816,7 @@
816
816
  "redis": "^3.1.1",
817
817
  "rhea": "^1.0.11",
818
818
  "rss-parser": "^3.7.0",
819
- "semver": "^7.3.8",
819
+ "semver": "^7.5.4",
820
820
  "showdown": "^2.0.3",
821
821
  "simple-git": "^3.17.0",
822
822
  "snowflake-sdk": "^1.6.23",
@@ -826,7 +826,7 @@
826
826
  "vm2": "^3.9.19",
827
827
  "xlsx": "https://cdn.sheetjs.com/xlsx-0.19.3/xlsx-0.19.3.tgz",
828
828
  "xml2js": "^0.5.0",
829
- "n8n-workflow": "1.0.2"
829
+ "n8n-workflow": "1.0.3"
830
830
  },
831
831
  "scripts": {
832
832
  "clean": "rimraf dist .turbo",