n8n-nodes-base 1.119.0 → 1.119.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": "1.119.0",
3
+ "version": "1.119.2",
4
4
  "description": "Base nodes of n8n",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -871,7 +871,7 @@
871
871
  "eslint-plugin-n8n-nodes-base": "^1.16.3",
872
872
  "@n8n/eslint-plugin-community-nodes": "0.6.0",
873
873
  "@n8n/typescript-config": "1.3.0",
874
- "n8n-core": "1.120.0"
874
+ "n8n-core": "1.120.2"
875
875
  },
876
876
  "dependencies": {
877
877
  "@aws-sdk/client-sso-oidc": "3.808.0",
@@ -943,11 +943,11 @@
943
943
  "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
944
944
  "xml2js": "0.6.2",
945
945
  "xmlhttprequest-ssl": "3.1.0",
946
- "@n8n/config": "1.63.0",
947
946
  "@n8n/di": "0.9.0",
948
- "@n8n/imap": "0.15.0",
947
+ "@n8n/config": "1.63.0",
949
948
  "@n8n/errors": "^0.5.0",
950
- "n8n-workflow": "1.118.0"
949
+ "@n8n/imap": "0.15.0",
950
+ "n8n-workflow": "1.118.2"
951
951
  },
952
952
  "license": "SEE LICENSE IN LICENSE.md",
953
953
  "homepage": "https://n8n.io",