Skip to content

Commit

Permalink
chore: bump deps (closes #29)
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Aug 17, 2021
1 parent dcd3e35 commit 7cd8f81
Show file tree
Hide file tree
Showing 3 changed files with 1,618 additions and 1,603 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,29 +20,29 @@
"Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)"
],
"dependencies": {
"dayjs": "^1.10.4",
"debug": "^4.3.1",
"mailparser": "^3.1.0",
"nodemailer": "^6.5.0",
"dayjs": "^1.10.6",
"debug": "^4.3.2",
"mailparser": "^3.3.0",
"nodemailer": "^6.6.3",
"open": "7",
"pug": "^3.0.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"ava": "^3.15.0",
"codecov": "^3.8.1",
"codecov": "^3.8.3",
"cross-env": "^7.0.3",
"eslint": "^7.22.0",
"eslint": "^7.32.0",
"eslint-config-xo-lass": "^1.0.5",
"eslint-plugin-node": "^11.1.0",
"husky": "^5.2.0",
"lint-staged": "^10.5.4",
"husky": "^7.0.1",
"lint-staged": "^11.1.2",
"nyc": "^15.1.0",
"remark-cli": "^9.0.0",
"remark-cli": "^10.0.0",
"remark-preset-github": "^4.0.1",
"xo": "^0.38.2"
"xo": "0.38"
},
"engines": {
"node": ">=10"
Expand Down
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const path = require('path');
const test = require('ava');
const nodemailer = require('nodemailer');

const previewEmail = require('../src');
const previewEmail = require('../src/index.js');

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

Expand Down
Loading

0 comments on commit 7cd8f81

Please sign in to comment.