Skip to content

Commit 308e1b2

Browse files
committed
fix(deps): update html-to-text to 10.0.1
Keeps mailparser off a second copy of html-to-text in EmailEngine's tree, which already hoists 10.0.1.
1 parent bb1881e commit 308e1b2

2 files changed

Lines changed: 46 additions & 35 deletions

File tree

package-lock.json

Lines changed: 44 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dependencies": {
2121
"encoding-japanese": "2.2.0",
2222
"he": "1.2.0",
23-
"html-to-text": "10.0.0",
23+
"html-to-text": "10.0.1",
2424
"iconv-lite": "0.7.3",
2525
"libmime": "5.4.2",
2626
"linkify-it": "5.0.2",
@@ -33,7 +33,7 @@
3333
"@eslint/eslintrc": "3.3.6",
3434
"@eslint/js": "10.0.1",
3535
"ajv": "8.20.0",
36-
"eslint": "10.8.0",
36+
"eslint": "10.9.0",
3737
"eslint-config-nodemailer": "1.2.0",
3838
"eslint-config-prettier": "10.1.8",
3939
"grunt": "1.6.3",

0 commit comments

Comments
 (0)