Skip to content

Commit 92b73a2

Browse files
committed
v3.6.5
1 parent 5070a32 commit 92b73a2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mailparser",
3-
"version": "3.6.4",
3+
"version": "3.6.5",
44
"description": "Parse e-mails",
55
"main": "index.js",
66
"scripts": {
@@ -18,23 +18,23 @@
1818
"dependencies": {
1919
"encoding-japanese": "2.0.0",
2020
"he": "1.2.0",
21-
"html-to-text": "9.0.4",
21+
"html-to-text": "9.0.5",
2222
"iconv-lite": "0.6.3",
2323
"libmime": "5.2.1",
2424
"linkify-it": "4.0.1",
2525
"mailsplit": "5.4.0",
26-
"nodemailer": "6.9.1",
27-
"tlds": "1.236.0"
26+
"nodemailer": "6.9.3",
27+
"tlds": "1.240.0"
2828
},
2929
"devDependencies": {
3030
"ajv": "8.12.0",
31-
"eslint": "8.35.0",
31+
"eslint": "8.44.0",
3232
"eslint-config-nodemailer": "1.2.0",
33-
"eslint-config-prettier": "8.6.0",
33+
"eslint-config-prettier": "8.8.0",
3434
"grunt": "1.6.1",
3535
"grunt-cli": "1.4.3",
36-
"grunt-contrib-nodeunit": "4.0.0",
37-
"grunt-eslint": "24.0.1",
36+
"grunt-contrib-nodeunit": "5.0.0",
37+
"grunt-eslint": "24.2.0",
3838
"iconv": "3.0.1",
3939
"random-message": "1.1.0"
4040
},

0 commit comments

Comments
 (0)