mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 17:12:43 +00:00
build: update all dependencies
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
* You should have received a copy of the GNU General Public License along with
|
||||
* this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
import { stringify } from 'circular-json';
|
||||
import { Transport, TransportWithVerification } from './Transport';
|
||||
import {stringify} from 'circular-json';
|
||||
import {Transport, TransportWithVerification} from './Transport';
|
||||
|
||||
/**
|
||||
* Logger with colors, loglevel and transport
|
||||
|
||||
@@ -13,10 +13,10 @@
|
||||
* this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
import * as nodemailer from 'nodemailer';
|
||||
import { MailOptions } from 'nodemailer/lib/sendmail-transport';
|
||||
import { deleteUndefinedProperties, RecursivePartial } from './common';
|
||||
import { Logger } from './Logger';
|
||||
import { TransportWithVerification } from './Transport';
|
||||
import {MailOptions} from 'nodemailer/lib/sendmail-transport';
|
||||
import {deleteUndefinedProperties, RecursivePartial} from './common';
|
||||
import {Logger} from './Logger';
|
||||
import {TransportWithVerification} from './Transport';
|
||||
|
||||
/**
|
||||
* A configuration of the transport used to send mails via SMTP
|
||||
|
||||
Reference in New Issue
Block a user