n8n-nodes-base 2.27.3 → 2.27.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.27.3",
3
+ "version": "2.27.4",
4
4
  "description": "Base nodes of n8n",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -884,12 +884,12 @@
884
884
  "vitest": "^4.1.1",
885
885
  "vitest-mock-extended": "^3.1.0",
886
886
  "@n8n/client-oauth2": "1.9.0",
887
- "@n8n/playwright-janitor": "0.1.0",
888
- "@n8n/typescript-config": "1.6.0",
889
- "n8n-containers": "1.0.0",
890
887
  "@n8n/eslint-plugin-community-nodes": "0.21.0",
888
+ "@n8n/playwright-janitor": "0.1.0",
891
889
  "@n8n/vitest-config": "1.15.0",
892
- "n8n-core": "2.27.2"
890
+ "@n8n/typescript-config": "1.6.1",
891
+ "n8n-containers": "1.0.0",
892
+ "n8n-core": "2.27.3"
893
893
  },
894
894
  "dependencies": {
895
895
  "@aws-sdk/client-sso-oidc": "3.808.0",
@@ -964,11 +964,11 @@
964
964
  "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
965
965
  "xml2js": "0.6.2",
966
966
  "xmlhttprequest-ssl": "3.1.0",
967
+ "@n8n/backend-network": "1.1.3",
968
+ "@n8n/config": "2.25.1",
967
969
  "@n8n/di": "0.14.0",
968
970
  "@n8n/imap": "0.22.0",
969
- "@n8n/config": "2.25.1",
970
- "@n8n/backend-network": "1.1.2",
971
- "n8n-workflow": "2.27.1",
971
+ "n8n-workflow": "2.27.2",
972
972
  "@n8n/errors": "0.10.0"
973
973
  },
974
974
  "license": "SEE LICENSE IN LICENSE.md",