n8n-nodes-base 2.30.3 → 2.30.5

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.30.3",
3
+ "version": "2.30.5",
4
4
  "description": "Base nodes of n8n",
5
5
  "main": "index.js",
6
6
  "typesVersions": {
@@ -899,13 +899,13 @@
899
899
  "vite": "^8.0.2",
900
900
  "vitest": "^4.1.9",
901
901
  "vitest-mock-extended": "^3.1.0",
902
- "@n8n/eslint-plugin-community-nodes": "0.24.0",
903
902
  "@n8n/client-oauth2": "1.12.1",
904
903
  "@n8n/playwright-janitor": "0.1.0",
905
904
  "@n8n/typescript-config": "1.8.0",
905
+ "@n8n/vitest-config": "1.17.0",
906
+ "@n8n/eslint-plugin-community-nodes": "0.24.0",
906
907
  "n8n-containers": "1.0.0",
907
- "n8n-core": "2.30.2",
908
- "@n8n/vitest-config": "1.17.0"
908
+ "n8n-core": "2.30.3"
909
909
  },
910
910
  "dependencies": {
911
911
  "@aws-crypto/sha256-js": "5.2.0",
@@ -992,13 +992,13 @@
992
992
  "xml2js": "0.6.2",
993
993
  "xmlhttprequest-ssl": "3.1.0",
994
994
  "zod": "3.25.67",
995
- "@n8n/backend-network": "1.4.2",
996
- "@n8n/di": "0.14.0",
995
+ "@n8n/backend-network": "1.4.3",
996
+ "@n8n/config": "2.28.0",
997
997
  "@n8n/errors": "0.11.0",
998
+ "@n8n/di": "0.14.0",
998
999
  "@n8n/utils": "1.38.1",
999
1000
  "@n8n/imap": "0.23.0",
1000
- "@n8n/config": "2.28.0",
1001
- "n8n-workflow": "2.30.1"
1001
+ "n8n-workflow": "2.30.2"
1002
1002
  },
1003
1003
  "license": "SEE LICENSE IN LICENSE.md",
1004
1004
  "homepage": "https://n8n.io",