Skip to content

Commit

Permalink
v3.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Jul 1, 2023
1 parent 5070a32 commit 92b73a2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mailparser",
"version": "3.6.4",
"version": "3.6.5",
"description": "Parse e-mails",
"main": "index.js",
"scripts": {
Expand All @@ -18,23 +18,23 @@
"dependencies": {
"encoding-japanese": "2.0.0",
"he": "1.2.0",
"html-to-text": "9.0.4",
"html-to-text": "9.0.5",
"iconv-lite": "0.6.3",
"libmime": "5.2.1",
"linkify-it": "4.0.1",
"mailsplit": "5.4.0",
"nodemailer": "6.9.1",
"tlds": "1.236.0"
"nodemailer": "6.9.3",
"tlds": "1.240.0"
},
"devDependencies": {
"ajv": "8.12.0",
"eslint": "8.35.0",
"eslint": "8.44.0",
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "8.6.0",
"eslint-config-prettier": "8.8.0",
"grunt": "1.6.1",
"grunt-cli": "1.4.3",
"grunt-contrib-nodeunit": "4.0.0",
"grunt-eslint": "24.0.1",
"grunt-contrib-nodeunit": "5.0.0",
"grunt-eslint": "24.2.0",
"iconv": "3.0.1",
"random-message": "1.1.0"
},
Expand Down

0 comments on commit 92b73a2

Please sign in to comment.