n8n-nodes-base 2.35.0 → 2.35.2

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.35.0",
3
+ "version": "2.35.2",
4
4
  "description": "Base nodes of n8n",
5
5
  "main": "index.js",
6
6
  "typesVersions": {
@@ -905,13 +905,13 @@
905
905
  "vite": "^8.0.2",
906
906
  "vitest": "^4.1.9",
907
907
  "vitest-mock-extended": "^3.1.0",
908
- "@n8n/client-oauth2": "1.17.0",
909
908
  "@n8n/eslint-plugin-community-nodes": "0.29.0",
910
909
  "@n8n/playwright-janitor": "0.1.0",
911
910
  "@n8n/typescript-config": "1.9.0",
911
+ "@n8n/client-oauth2": "1.17.2",
912
912
  "@n8n/vitest-config": "1.20.0",
913
- "n8n-containers": "1.0.0",
914
- "n8n-core": "2.35.0"
913
+ "n8n-core": "2.35.2",
914
+ "n8n-containers": "1.0.0"
915
915
  },
916
916
  "dependencies": {
917
917
  "@aws-crypto/sha256-js": "5.2.0",
@@ -999,13 +999,13 @@
999
999
  "xml2js": "0.6.2",
1000
1000
  "xmlhttprequest-ssl": "3.1.0",
1001
1001
  "zod": "3.25.76",
1002
- "@n8n/backend-network": "1.9.0",
1002
+ "@n8n/backend-network": "1.9.2",
1003
1003
  "@n8n/di": "0.16.0",
1004
- "@n8n/config": "2.33.0",
1005
- "@n8n/errors": "0.13.0",
1006
- "@n8n/utils": "1.43.0",
1004
+ "@n8n/config": "2.33.2",
1007
1005
  "@n8n/imap": "0.25.0",
1008
- "n8n-workflow": "2.35.0"
1006
+ "@n8n/errors": "0.13.0",
1007
+ "n8n-workflow": "2.35.1",
1008
+ "@n8n/utils": "1.43.1"
1009
1009
  },
1010
1010
  "license": "SEE LICENSE IN LICENSE.md",
1011
1011
  "homepage": "https://n8n.io",