Skip to content

Commit 7cd8f81

Browse files
committed
chore: bump deps (closes #29)
1 parent dcd3e35 commit 7cd8f81

File tree

3 files changed

+1618
-1603
lines changed

3 files changed

+1618
-1603
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,29 +20,29 @@
2020
"Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)"
2121
],
2222
"dependencies": {
23-
"dayjs": "^1.10.4",
24-
"debug": "^4.3.1",
25-
"mailparser": "^3.1.0",
26-
"nodemailer": "^6.5.0",
23+
"dayjs": "^1.10.6",
24+
"debug": "^4.3.2",
25+
"mailparser": "^3.3.0",
26+
"nodemailer": "^6.6.3",
2727
"open": "7",
2828
"pug": "^3.0.2",
2929
"uuid": "^8.3.2"
3030
},
3131
"devDependencies": {
32-
"@commitlint/cli": "^12.0.1",
33-
"@commitlint/config-conventional": "^12.0.1",
32+
"@commitlint/cli": "^13.1.0",
33+
"@commitlint/config-conventional": "^13.1.0",
3434
"ava": "^3.15.0",
35-
"codecov": "^3.8.1",
35+
"codecov": "^3.8.3",
3636
"cross-env": "^7.0.3",
37-
"eslint": "^7.22.0",
37+
"eslint": "^7.32.0",
3838
"eslint-config-xo-lass": "^1.0.5",
3939
"eslint-plugin-node": "^11.1.0",
40-
"husky": "^5.2.0",
41-
"lint-staged": "^10.5.4",
40+
"husky": "^7.0.1",
41+
"lint-staged": "^11.1.2",
4242
"nyc": "^15.1.0",
43-
"remark-cli": "^9.0.0",
43+
"remark-cli": "^10.0.0",
4444
"remark-preset-github": "^4.0.1",
45-
"xo": "^0.38.2"
45+
"xo": "0.38"
4646
},
4747
"engines": {
4848
"node": ">=10"

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const path = require('path');
44
const test = require('ava');
55
const nodemailer = require('nodemailer');
66

7-
const previewEmail = require('../src');
7+
const previewEmail = require('../src/index.js');
88

99
const transport = nodemailer.createTransport({ jsonTransport: true });
1010

0 commit comments

Comments
 (0)