node_modules: upgrade

This commit is contained in:
Dawid Dziurla
2022-10-21 16:52:45 +02:00
parent 6063705cef
commit f27e7f6b8d
140 changed files with 6117 additions and 261 deletions

View File

@ -11,6 +11,12 @@
"host": "smtp.aol.com",
"port": 587
},
"Bluewin": {
"host": "smtpauths.bluewin.ch",
"domains": ["bluewin.ch"],
"port": 465
},
"DebugMail": {
"host": "debugmail.io",
@ -72,7 +78,7 @@
"Hotmail": {
"aliases": ["Outlook", "Outlook.com", "Hotmail.com"],
"domains": ["hotmail.com", "outlook.com"],
"host": "smtp.live.com",
"host": "smtp-mail.outlook.com",
"port": 587
},
@ -83,6 +89,12 @@
"port": 587
},
"Infomaniak": {
"host": "mail.infomaniak.com",
"domains": ["ik.me", "ikmail.com", "etik.com"],
"port": 587
},
"mail.ee": {
"host": "smtp.mail.ee"
},
@ -182,8 +194,8 @@
},
"SendCloud": {
"host": "smtpcloud.sohu.com",
"port": 25
"host": "smtp.sendcloud.net",
"port": 2525
},
"SendGrid": {