libmime 5.1.0 → 5.2.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## v5.2.0 2022-12-08
4
+
5
+ - Bumped libqp to get rid of `new Buffer` warnings
6
+
3
7
  ## v5.1.0 2022-04-28
4
8
 
5
9
  - Bumped deps
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.1.0",
4
+ "version": "5.2.0",
5
5
  "main": "lib/libmime",
6
6
  "homepage": "https://github.com/andris9/libmime",
7
7
  "repository": {
@@ -22,16 +22,16 @@
22
22
  "encoding-japanese": "2.0.0",
23
23
  "iconv-lite": "0.6.3",
24
24
  "libbase64": "1.2.1",
25
- "libqp": "1.1.0"
25
+ "libqp": "2.0.1"
26
26
  },
27
27
  "devDependencies": {
28
- "chai": "4.3.6",
28
+ "chai": "4.3.7",
29
29
  "eslint-config-nodemailer": "1.2.0",
30
30
  "eslint-config-prettier": "8.5.0",
31
- "grunt": "1.5.2",
31
+ "grunt": "1.5.3",
32
32
  "grunt-cli": "1.4.3",
33
- "grunt-eslint": "24.0.0",
33
+ "grunt-eslint": "24.0.1",
34
34
  "grunt-mocha-test": "0.13.3",
35
- "mocha": "9.2.2"
35
+ "mocha": "10.1.0"
36
36
  }
37
37
  }