File tree Expand file tree Collapse file tree 3 files changed +1297
-1244
lines changed
Expand file tree Collapse file tree 3 files changed +1297
-1244
lines changed Original file line number Diff line number Diff line change 2020 " Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)"
2121 ],
2222 "dependencies" : {
23- "dayjs" : " ^1.9.6 " ,
23+ "dayjs" : " ^1.10.4 " ,
2424 "debug" : " ^4.3.1" ,
25- "mailparser" : " ^3.0.1 " ,
26- "nodemailer" : " ^6.4.16 " ,
27- "open" : " ^7.3.0 " ,
28- "pug" : " ^3.0.0 " ,
29- "uuid" : " ^8.3.1 "
25+ "mailparser" : " ^3.1.0 " ,
26+ "nodemailer" : " ^6.5.0 " ,
27+ "open" : " 7 " ,
28+ "pug" : " ^3.0.2 " ,
29+ "uuid" : " ^8.3.2 "
3030 },
3131 "devDependencies" : {
32- "@commitlint/cli" : " ^11 .0.0 " ,
33- "@commitlint/config-conventional" : " ^11 .0.0 " ,
34- "ava" : " ^3.13 .0" ,
32+ "@commitlint/cli" : " ^12 .0.1 " ,
33+ "@commitlint/config-conventional" : " ^12 .0.1 " ,
34+ "ava" : " ^3.15 .0" ,
3535 "codecov" : " ^3.8.1" ,
36- "cross-env" : " ^7.0.2 " ,
37- "eslint" : " ^7.14 .0" ,
38- "eslint-config-xo-lass" : " ^1.0.4 " ,
36+ "cross-env" : " ^7.0.3 " ,
37+ "eslint" : " ^7.22 .0" ,
38+ "eslint-config-xo-lass" : " ^1.0.5 " ,
3939 "eslint-plugin-node" : " ^11.1.0" ,
40- "husky" : " ^4.3 .0" ,
41- "lint-staged" : " ^10.5.2 " ,
40+ "husky" : " ^5.2 .0" ,
41+ "lint-staged" : " ^10.5.4 " ,
4242 "nyc" : " ^15.1.0" ,
4343 "remark-cli" : " ^9.0.0" ,
4444 "remark-preset-github" : " ^4.0.1" ,
45- "xo" : " ^0.35.0 "
45+ "xo" : " ^0.38.2 "
4646 },
4747 "engines" : {
4848 "node" : " >=10"
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ test('invalid message', async (t) => {
5353} ) ;
5454
5555test ( 'custom id' , async ( t ) => {
56- const id = new Date ( ) . getTime ( ) . toString ( ) ;
56+ const id = Date . now ( ) . toString ( ) ;
5757 const url = await previewEmail ( { } , { id, open : false } ) ;
5858 t . is ( path . basename ( url ) . replace ( '.html' , '' ) , id ) ;
5959} ) ;
You can’t perform that action at this time.
0 commit comments