n8n-nodes-base 1.121.6 → 1.121.7

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": "1.121.6",
3
+ "version": "1.121.7",
4
4
  "description": "Base nodes of n8n",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -870,8 +870,8 @@
870
870
  "@types/xml2js": "^0.4.14",
871
871
  "eslint-plugin-n8n-nodes-base": "^1.16.3",
872
872
  "@n8n/eslint-plugin-community-nodes": "0.7.0",
873
- "n8n-core": "1.122.7",
874
- "@n8n/typescript-config": "1.3.0"
873
+ "@n8n/typescript-config": "1.3.0",
874
+ "n8n-core": "1.122.8"
875
875
  },
876
876
  "dependencies": {
877
877
  "@aws-sdk/client-sso-oidc": "3.808.0",
@@ -944,10 +944,10 @@
944
944
  "xml2js": "0.6.2",
945
945
  "xmlhttprequest-ssl": "3.1.0",
946
946
  "@n8n/config": "1.65.2",
947
+ "@n8n/di": "0.10.0",
947
948
  "@n8n/errors": "0.5.0",
948
949
  "@n8n/imap": "0.16.0",
949
- "n8n-workflow": "1.120.4",
950
- "@n8n/di": "0.10.0"
950
+ "n8n-workflow": "1.120.5"
951
951
  },
952
952
  "license": "SEE LICENSE IN LICENSE.md",
953
953
  "homepage": "https://n8n.io",