n8n-nodes-base 2.7.0 → 2.7.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.7.0",
3
+ "version": "2.7.2",
4
4
  "description": "Base nodes of n8n",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -865,12 +865,12 @@
865
865
  "@types/uuid": "^10.0.0",
866
866
  "@types/xml2js": "^0.4.14",
867
867
  "eslint-plugin-n8n-nodes-base": "^1.16.5",
868
- "@n8n/client-oauth2": "1.0.0-rc.0",
869
- "@n8n/typescript-config": "1.3.0",
870
868
  "@n8n/eslint-plugin-community-nodes": "0.7.0",
869
+ "@n8n/typescript-config": "1.3.0",
870
+ "@n8n/client-oauth2": "1.0.0-rc.0",
871
+ "n8n-core": "2.7.2",
871
872
  "n8n-containers": "1.0.0",
872
- "@n8n/vitest-config": "1.6.0",
873
- "n8n-core": "2.7.0"
873
+ "@n8n/vitest-config": "1.6.0"
874
874
  },
875
875
  "dependencies": {
876
876
  "@aws-sdk/client-sso-oidc": "3.808.0",
@@ -943,10 +943,10 @@
943
943
  "xml2js": "0.6.2",
944
944
  "xmlhttprequest-ssl": "3.1.0",
945
945
  "@n8n/di": "0.10.0",
946
+ "@n8n/config": "2.6.1",
946
947
  "@n8n/imap": "0.16.0",
947
- "@n8n/config": "2.6.0",
948
948
  "@n8n/errors": "0.6.0",
949
- "n8n-workflow": "2.7.0"
949
+ "n8n-workflow": "2.7.1"
950
950
  },
951
951
  "license": "SEE LICENSE IN LICENSE.md",
952
952
  "homepage": "https://n8n.io",