n8n-nodes-base 2.22.0 → 2.22.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": "2.22.0",
3
+ "version": "2.22.2",
4
4
  "description": "Base nodes of n8n",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -879,10 +879,10 @@
879
879
  "vitest": "^4.1.1",
880
880
  "@n8n/client-oauth2": "1.6.0",
881
881
  "@n8n/eslint-plugin-community-nodes": "0.17.0",
882
+ "@n8n/typescript-config": "1.4.0",
882
883
  "@n8n/vitest-config": "1.11.0",
883
884
  "n8n-containers": "1.0.0",
884
- "@n8n/typescript-config": "1.4.0",
885
- "n8n-core": "2.22.0"
885
+ "n8n-core": "2.22.3"
886
886
  },
887
887
  "dependencies": {
888
888
  "@aws-sdk/client-sso-oidc": "3.808.0",
@@ -955,11 +955,11 @@
955
955
  "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
956
956
  "xml2js": "0.6.2",
957
957
  "xmlhttprequest-ssl": "3.1.0",
958
- "@n8n/config": "2.21.0",
959
958
  "@n8n/di": "0.12.0",
959
+ "@n8n/config": "2.21.0",
960
960
  "@n8n/errors": "0.8.0",
961
961
  "@n8n/imap": "0.19.0",
962
- "n8n-workflow": "2.22.0"
962
+ "n8n-workflow": "2.22.2"
963
963
  },
964
964
  "license": "SEE LICENSE IN LICENSE.md",
965
965
  "homepage": "https://n8n.io",