n8n-nodes-base 1.120.0 → 1.120.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": "1.120.0",
3
+ "version": "1.120.1",
4
4
  "description": "Base nodes of n8n",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -869,9 +869,9 @@
869
869
  "@types/uuid": "^10.0.0",
870
870
  "@types/xml2js": "^0.4.14",
871
871
  "eslint-plugin-n8n-nodes-base": "^1.16.3",
872
- "@n8n/typescript-config": "1.3.0",
873
872
  "@n8n/eslint-plugin-community-nodes": "0.7.0",
874
- "n8n-core": "1.121.0"
873
+ "@n8n/typescript-config": "1.3.0",
874
+ "n8n-core": "1.121.1"
875
875
  },
876
876
  "dependencies": {
877
877
  "@aws-sdk/client-sso-oidc": "3.808.0",
@@ -946,8 +946,8 @@
946
946
  "@n8n/config": "1.64.0",
947
947
  "@n8n/di": "0.10.0",
948
948
  "@n8n/errors": "^0.5.0",
949
- "n8n-workflow": "1.119.0",
950
- "@n8n/imap": "0.16.0"
949
+ "@n8n/imap": "0.16.0",
950
+ "n8n-workflow": "1.119.1"
951
951
  },
952
952
  "license": "SEE LICENSE IN LICENSE.md",
953
953
  "homepage": "https://n8n.io",