n8n-nodes-base 2.27.0 → 2.27.1

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.0",
3
+ "version": "2.27.1",
4
4
  "description": "Base nodes of n8n",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -883,13 +883,13 @@
883
883
  "eslint-plugin-n8n-nodes-base": "^1.16.5",
884
884
  "vitest": "^4.1.1",
885
885
  "vitest-mock-extended": "^3.1.0",
886
+ "@n8n/client-oauth2": "1.9.0",
886
887
  "@n8n/eslint-plugin-community-nodes": "0.21.0",
887
888
  "@n8n/playwright-janitor": "0.1.0",
888
889
  "@n8n/typescript-config": "1.6.0",
889
890
  "@n8n/vitest-config": "1.15.0",
890
- "@n8n/client-oauth2": "1.9.0",
891
891
  "n8n-containers": "1.0.0",
892
- "n8n-core": "2.27.0"
892
+ "n8n-core": "2.27.1"
893
893
  },
894
894
  "dependencies": {
895
895
  "@aws-sdk/client-sso-oidc": "3.808.0",
@@ -964,12 +964,12 @@
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.0",
968
- "@n8n/config": "2.25.0",
967
+ "@n8n/backend-network": "1.1.1",
968
+ "@n8n/config": "2.25.1",
969
+ "@n8n/di": "0.14.0",
969
970
  "@n8n/errors": "0.10.0",
970
971
  "@n8n/imap": "0.22.0",
971
- "n8n-workflow": "2.27.0",
972
- "@n8n/di": "0.14.0"
972
+ "n8n-workflow": "2.27.0"
973
973
  },
974
974
  "license": "SEE LICENSE IN LICENSE.md",
975
975
  "homepage": "https://n8n.io",