@atom8n/n8n-nodes-base 2.2.0 → 2.2.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.
Files changed (1) hide show
  1. package/package.json +30 -30
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atom8n/n8n-nodes-base",
3
- "version": "2.2.0",
3
+ "version": "2.2.2",
4
4
  "description": "Base nodes of n8n",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -847,22 +847,22 @@
847
847
  ]
848
848
  },
849
849
  "devDependencies": {
850
- "@atom8n/eslint-plugin-community-nodes": "0.7.0",
851
- "@atom8n/typescript-config": "1.3.0",
850
+ "@atom8n/eslint-plugin-community-nodes": "0.7.2",
851
+ "@atom8n/typescript-config": "1.3.2",
852
852
  "@types/amqplib": "^0.10.1",
853
853
  "@types/aws4": "^1.5.1",
854
- "@types/basic-auth": "catalog:",
854
+ "@types/basic-auth": "^1.1.3",
855
855
  "@types/cheerio": "^0.22.15",
856
856
  "@types/eventsource": "^1.1.2",
857
- "@types/express": "catalog:",
857
+ "@types/express": "^5.0.1",
858
858
  "@types/gm": "^1.25.0",
859
859
  "@types/html-to-text": "^9.0.1",
860
860
  "@types/js-nacl": "^1.3.0",
861
- "@types/jsonwebtoken": "catalog:",
862
- "@types/lodash": "catalog:",
861
+ "@types/jsonwebtoken": "9.0.10",
862
+ "@types/lodash": "4.17.17",
863
863
  "@types/lossless-json": "^1.0.0",
864
864
  "@types/mailparser": "^3.4.4",
865
- "@types/mime-types": "catalog:",
865
+ "@types/mime-types": "3.0.1",
866
866
  "@types/mssql": "^9.1.5",
867
867
  "@types/nodemailer": "^7.0.3",
868
868
  "@types/oracledb": "^6.9.1",
@@ -871,63 +871,63 @@
871
871
  "@types/sanitize-html": "^2.11.0",
872
872
  "@types/showdown": "^1.9.4",
873
873
  "@types/ssh2-sftp-client": "^9.0.5",
874
- "@types/uuid": "catalog:",
875
- "@types/xml2js": "catalog:",
874
+ "@types/uuid": "^10.0.0",
875
+ "@types/xml2js": "^0.4.14",
876
876
  "eslint-plugin-n8n-nodes-base": "^1.16.3",
877
- "@atom8n/n8n-core": "2.2.0"
877
+ "@atom8n/n8n-core": "2.2.2"
878
878
  },
879
879
  "dependencies": {
880
880
  "@aws-sdk/client-sso-oidc": "3.808.0",
881
881
  "@kafkajs/confluent-schema-registry": "3.8.0",
882
882
  "@mozilla/readability": "0.6.0",
883
- "@atom8n/config": "2.1.0",
884
- "@atom8n/di": "0.10.0",
885
- "@atom8n/errors": "0.5.0",
886
- "@atom8n/imap": "0.16.0",
883
+ "@atom8n/config": "2.1.2",
884
+ "@atom8n/di": "0.10.2",
885
+ "@atom8n/errors": "0.5.2",
886
+ "@atom8n/imap": "0.16.2",
887
887
  "@n8n/vm2": "3.9.25",
888
888
  "@thednp/dommatrix": "^2.0.12",
889
889
  "alasql": "4.4.0",
890
890
  "amqplib": "0.10.6",
891
891
  "aws4": "1.11.0",
892
- "basic-auth": "catalog:",
892
+ "basic-auth": "2.0.1",
893
893
  "change-case": "4.1.2",
894
894
  "cheerio": "1.0.0-rc.6",
895
- "chokidar": "catalog:",
895
+ "chokidar": "4.0.3",
896
896
  "cron": "3.1.7",
897
897
  "csv-parse": "5.5.0",
898
898
  "currency-codes": "2.1.0",
899
899
  "eventsource": "2.0.2",
900
- "fast-glob": "catalog:",
901
- "fastest-levenshtein": "catalog:",
900
+ "fast-glob": "3.2.12",
901
+ "fastest-levenshtein": "1.0.16",
902
902
  "fflate": "0.7.4",
903
903
  "generate-schema": "2.6.0",
904
904
  "get-system-fonts": "2.0.2",
905
905
  "gm": "1.25.1",
906
906
  "html-to-text": "9.0.5",
907
- "iconv-lite": "catalog:",
907
+ "iconv-lite": "0.6.3",
908
908
  "ics": "2.40.0",
909
909
  "isbot": "3.6.13",
910
910
  "iso-639-1": "2.1.15",
911
911
  "js-nacl": "1.4.0",
912
912
  "jsdom": "23.0.1",
913
- "jsonwebtoken": "catalog:",
913
+ "jsonwebtoken": "9.0.3",
914
914
  "kafkajs": "2.2.4",
915
915
  "ldapts": "4.2.6",
916
- "lodash": "catalog:",
916
+ "lodash": "4.17.21",
917
917
  "lossless-json": "1.0.5",
918
- "luxon": "catalog:",
918
+ "luxon": "3.4.4",
919
919
  "mailparser": "3.6.7",
920
- "mime-types": "catalog:",
920
+ "mime-types": "3.0.1",
921
921
  "minifaker": "1.34.1",
922
922
  "moment-timezone": "0.5.48",
923
923
  "mongodb": "6.11.0",
924
924
  "mqtt": "5.7.2",
925
925
  "mssql": "10.0.2",
926
- "mysql2": "catalog:",
927
- "@atom8n/n8n-workflow": "2.2.0",
926
+ "mysql2": "3.15.0",
927
+ "@atom8n/n8n-workflow": "2.2.2",
928
928
  "node-html-markdown": "1.2.0",
929
929
  "node-ssh": "13.2.0",
930
- "nodemailer": "catalog:",
930
+ "nodemailer": "7.0.11",
931
931
  "oracledb": "6.9.0",
932
932
  "otpauth": "9.1.1",
933
933
  "pdfjs-dist": "5.3.31",
@@ -942,14 +942,14 @@
942
942
  "sanitize-html": "2.12.1",
943
943
  "semver": "7.5.4",
944
944
  "showdown": "2.1.0",
945
- "simple-git": "catalog:",
945
+ "simple-git": "3.28.0",
946
946
  "snowflake-sdk": "2.1.0",
947
947
  "ssh2-sftp-client": "12.0.1",
948
948
  "tmp-promise": "3.0.3",
949
949
  "ts-ics": "1.2.2",
950
- "uuid": "catalog:",
950
+ "uuid": "10.0.0",
951
951
  "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
952
- "xml2js": "catalog:",
952
+ "xml2js": "0.6.2",
953
953
  "xmlhttprequest-ssl": "3.1.0"
954
954
  }
955
955
  }