Skip to content

Commit

Permalink
fix(deps): bumped nodemailer
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Feb 2, 2024
1 parent d5f763c commit 375c5fd
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 87 deletions.
5 changes: 4 additions & 1 deletion .ncurc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ module.exports = {
upgrade: true,
reject: [
// Block package upgrades that moved to ESM
'nanoid'
'nanoid',

// no support for Node 16
'undici'
]
};
164 changes: 84 additions & 80 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"homepage": "https://github.com/postalsys/email-ai-tools#readme",
"devDependencies": {
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "9.0.0",
"mailparser": "3.6.5"
"eslint-config-prettier": "9.1.0",
"mailparser": "3.6.7"
},
"dependencies": {
"@postalsys/email-text-tools": "2.1.3",
"gpt3-tokenizer": "1.1.5",
"libmime": "5.2.1",
"linkify-it": "4.0.1",
"nodemailer": "6.9.7",
"linkify-it": "5.0.0",
"nodemailer": "6.9.9",
"punycode": "2.3.1",
"tlds": "1.247.0",
"undici": "5.28.1"
"tlds": "1.249.0",
"undici": "5.28.2"
}
}

0 comments on commit 375c5fd

Please sign in to comment.