libmime 5.3.5 → 5.3.6
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/CHANGELOG.md +7 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [5.3.6](https://github.com/nodemailer/libmime/compare/v5.3.5...v5.3.6) (2024-11-29)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **deps:** Bumped libqp to fix issue with missing whitespace ([1137a9f](https://github.com/nodemailer/libmime/commit/1137a9f2222ed21926e69ba8855e93e5a421fecc))
|
|
9
|
+
|
|
3
10
|
## [5.3.5](https://github.com/nodemailer/libmime/compare/v5.3.4...v5.3.5) (2024-04-12)
|
|
4
11
|
|
|
5
12
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "libmime",
|
|
3
3
|
"description": "Encode and decode quoted printable and base64 strings",
|
|
4
|
-
"version": "5.3.
|
|
4
|
+
"version": "5.3.6",
|
|
5
5
|
"main": "lib/libmime.js",
|
|
6
6
|
"homepage": "https://github.com/nodemailer/libmime",
|
|
7
7
|
"repository": {
|
|
@@ -20,19 +20,19 @@
|
|
|
20
20
|
"update": "rm -rf node_modules package-lock.json && ncu -u && npm install"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"encoding-japanese": "2.
|
|
23
|
+
"encoding-japanese": "2.2.0",
|
|
24
24
|
"iconv-lite": "0.6.3",
|
|
25
25
|
"libbase64": "1.3.0",
|
|
26
|
-
"libqp": "2.1.
|
|
26
|
+
"libqp": "2.1.1"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"chai": "4.4.1",
|
|
30
30
|
"eslint-config-nodemailer": "1.2.0",
|
|
31
31
|
"eslint-config-prettier": "9.1.0",
|
|
32
32
|
"grunt": "1.6.1",
|
|
33
|
-
"grunt-cli": "1.
|
|
33
|
+
"grunt-cli": "1.5.0",
|
|
34
34
|
"grunt-eslint": "24.3.0",
|
|
35
35
|
"grunt-mocha-test": "0.13.3",
|
|
36
|
-
"mocha": "10.
|
|
36
|
+
"mocha": "10.8.2"
|
|
37
37
|
}
|
|
38
38
|
}
|