n8n-nodes-base 2.34.2 → 2.34.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": "2.34.2",
3
+ "version": "2.34.4",
4
4
  "description": "Base nodes of n8n",
5
5
  "main": "index.js",
6
6
  "typesVersions": {
@@ -904,13 +904,13 @@
904
904
  "vite": "^8.0.2",
905
905
  "vitest": "^4.1.9",
906
906
  "vitest-mock-extended": "^3.1.0",
907
- "@n8n/client-oauth2": "1.16.2",
908
907
  "@n8n/eslint-plugin-community-nodes": "0.28.0",
908
+ "@n8n/client-oauth2": "1.16.4",
909
909
  "@n8n/playwright-janitor": "0.1.0",
910
910
  "@n8n/typescript-config": "1.9.0",
911
911
  "@n8n/vitest-config": "1.19.0",
912
912
  "n8n-containers": "1.0.0",
913
- "n8n-core": "2.34.2"
913
+ "n8n-core": "2.34.4"
914
914
  },
915
915
  "dependencies": {
916
916
  "@aws-crypto/sha256-js": "5.2.0",
@@ -997,13 +997,13 @@
997
997
  "xml2js": "0.6.2",
998
998
  "xmlhttprequest-ssl": "3.1.0",
999
999
  "zod": "3.25.76",
1000
- "@n8n/backend-network": "1.8.2",
1001
1000
  "@n8n/config": "2.32.0",
1002
1001
  "@n8n/di": "0.16.0",
1002
+ "@n8n/backend-network": "1.8.4",
1003
1003
  "@n8n/errors": "0.13.0",
1004
- "@n8n/utils": "1.42.0",
1005
- "n8n-workflow": "2.34.2",
1006
- "@n8n/imap": "0.25.0"
1004
+ "@n8n/imap": "0.25.0",
1005
+ "n8n-workflow": "2.34.3",
1006
+ "@n8n/utils": "1.42.0"
1007
1007
  },
1008
1008
  "license": "SEE LICENSE IN LICENSE.md",
1009
1009
  "homepage": "https://n8n.io",