Skip to content

Commit

Permalink
update nodemailer
Browse files Browse the repository at this point in the history
  • Loading branch information
f-w committed Apr 5, 2022
1 parent 5f3d4c7 commit 9f805f7
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 104 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.20",
"loopback-connector-mongodb": "^5.5.0",
"mailparser": "^2.3.2",
"mailparser": "^3.4.0",
"morgan": "^1.10.0",
"node-getopt": "^0.2.3",
"node-rsa": "^0.4.1",
Expand All @@ -108,7 +108,6 @@
"copyfiles": "^2.4.1",
"eslint": "^7.18.0",
"nodemon": "^2.0.7",
"smtp-connection": "^4.0.2",
"source-map-support": "^0.5.19",
"typescript": "~4.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion src/__tests__/acceptance/inbound-smtp-server.acceptance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {BounceRepository, SubscriptionRepository} from '../../repositories';
import {setupApplication} from './test-helper';

let app: NotifyBcApplication;
const SMTPConnection = require('smtp-connection');
const SMTPConnection = require('nodemailer/lib/smtp-connection');
let smtpSvrImport: any;
let smtpSvr: any;
let origRequest: any;
Expand Down
Loading

0 comments on commit 9f805f7

Please sign in to comment.