n8n-nodes-base 1.104.1 → 1.104.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.104.1",
3
+ "version": "1.104.2",
4
4
  "description": "Base nodes of n8n",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -862,8 +862,8 @@
862
862
  "@types/uuid": "^10.0.0",
863
863
  "@types/xml2js": "^0.4.14",
864
864
  "eslint-plugin-n8n-nodes-base": "^1.16.3",
865
- "@n8n/typescript-config": "1.3.0",
866
- "n8n-core": "1.105.1"
865
+ "n8n-core": "1.105.2",
866
+ "@n8n/typescript-config": "1.3.0"
867
867
  },
868
868
  "dependencies": {
869
869
  "@aws-sdk/client-sso-oidc": "3.808.0",
@@ -934,10 +934,10 @@
934
934
  "xml2js": "0.6.2",
935
935
  "xmlhttprequest-ssl": "3.1.0",
936
936
  "@n8n/config": "1.49.0",
937
- "@n8n/di": "0.9.0",
938
- "@n8n/imap": "0.14.0",
939
937
  "@n8n/errors": "^0.4.0",
940
- "n8n-workflow": "1.103.1"
938
+ "@n8n/di": "0.9.0",
939
+ "n8n-workflow": "1.103.2",
940
+ "@n8n/imap": "0.14.0"
941
941
  },
942
942
  "license": "SEE LICENSE IN LICENSE.md",
943
943
  "homepage": "https://n8n.io",