mailauth 4.7.3 → 4.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/man/mailauth.1 CHANGED
@@ -1,4 +1,4 @@
1
- .TH "MAILAUTH" "1" "October 2024" "v4.7.3" "Mailauth Help"
1
+ .TH "MAILAUTH" "1" "November 2024" "v4.8.1" "Mailauth Help"
2
2
  .SH "NAME"
3
3
  \fBmailauth\fR
4
4
  .QP
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mailauth",
3
- "version": "4.7.3",
3
+ "version": "4.8.1",
4
4
  "description": "Email authentication library for Node.js",
5
5
  "main": "lib/mailauth.js",
6
6
  "scripts": {
@@ -42,17 +42,17 @@
42
42
  "marked": "0.7.0",
43
43
  "marked-man": "0.7.0",
44
44
  "mbox-reader": "1.2.0",
45
- "mocha": "10.7.3"
45
+ "mocha": "10.8.2"
46
46
  },
47
47
  "dependencies": {
48
- "@postalsys/vmc": "1.0.8",
48
+ "@postalsys/vmc": "1.1.0",
49
49
  "fast-xml-parser": "4.5.0",
50
50
  "ipaddr.js": "2.2.0",
51
51
  "joi": "17.13.3",
52
52
  "libmime": "5.3.5",
53
- "nodemailer": "6.9.15",
53
+ "nodemailer": "6.9.16",
54
54
  "punycode.js": "2.3.1",
55
- "tldts": "6.1.52",
55
+ "tldts": "6.1.58",
56
56
  "undici": "5.28.4",
57
57
  "yargs": "17.7.2"
58
58
  },
@@ -72,10 +72,10 @@
72
72
  "LICENSE.txt"
73
73
  ],
74
74
  "targets": [
75
- "latest-linux-x64",
76
- "latest-macos-x64",
77
- "latest-macos-arm64",
78
- "latest-win-x64"
75
+ "node20-linux-x64",
76
+ "node20-macos-x64",
77
+ "node20-macos-arm64",
78
+ "node20-win-x64"
79
79
  ],
80
80
  "outputPath": "ee-dist"
81
81
  }