n8n-nodes-base 2.18.2 → 2.18.3

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.18.2",
3
+ "version": "2.18.3",
4
4
  "description": "Base nodes of n8n",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -876,7 +876,7 @@
876
876
  "@n8n/typescript-config": "1.4.0",
877
877
  "@n8n/vitest-config": "1.9.0",
878
878
  "n8n-containers": "1.0.0",
879
- "n8n-core": "2.18.2"
879
+ "n8n-core": "2.18.3"
880
880
  },
881
881
  "dependencies": {
882
882
  "@aws-sdk/client-sso-oidc": "3.808.0",
@@ -950,10 +950,10 @@
950
950
  "xml2js": "0.6.2",
951
951
  "xmlhttprequest-ssl": "3.1.0",
952
952
  "@n8n/config": "2.17.0",
953
- "@n8n/errors": "0.7.0",
954
953
  "@n8n/di": "0.10.0",
954
+ "@n8n/errors": "0.7.0",
955
955
  "@n8n/imap": "0.17.0",
956
- "n8n-workflow": "2.18.2"
956
+ "n8n-workflow": "2.18.3"
957
957
  },
958
958
  "license": "SEE LICENSE IN LICENSE.md",
959
959
  "homepage": "https://n8n.io",