n8n-nodes-base 2.28.2 → 2.28.3

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": "2.28.2",
3
+ "version": "2.28.3",
4
4
  "description": "Base nodes of n8n",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -882,13 +882,13 @@
882
882
  "eslint-plugin-n8n-nodes-base": "^1.16.7",
883
883
  "vitest": "^4.1.1",
884
884
  "vitest-mock-extended": "^3.1.0",
885
- "@n8n/client-oauth2": "1.10.0",
886
885
  "@n8n/eslint-plugin-community-nodes": "0.22.0",
886
+ "@n8n/client-oauth2": "1.10.0",
887
887
  "@n8n/playwright-janitor": "0.1.0",
888
- "@n8n/typescript-config": "1.6.1",
889
888
  "@n8n/vitest-config": "1.15.0",
889
+ "@n8n/typescript-config": "1.6.1",
890
890
  "n8n-containers": "1.0.0",
891
- "n8n-core": "2.28.3"
891
+ "n8n-core": "2.28.4"
892
892
  },
893
893
  "dependencies": {
894
894
  "@kafkajs/confluent-schema-registry": "3.8.0",
@@ -963,12 +963,12 @@
963
963
  "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
964
964
  "xml2js": "0.6.2",
965
965
  "xmlhttprequest-ssl": "3.1.0",
966
- "@n8n/backend-network": "1.2.2",
966
+ "@n8n/backend-network": "1.2.3",
967
967
  "@n8n/config": "2.26.0",
968
- "@n8n/di": "0.14.0",
969
968
  "@n8n/errors": "0.10.0",
970
969
  "@n8n/imap": "0.22.0",
971
- "n8n-workflow": "2.28.2"
970
+ "n8n-workflow": "2.28.3",
971
+ "@n8n/di": "0.14.0"
972
972
  },
973
973
  "license": "SEE LICENSE IN LICENSE.md",
974
974
  "homepage": "https://n8n.io",