Skip to content

Commit de2cac5

Browse files
committed
fix(deps): bump html-to-text to 10.0.1 to resolve deepmerge-ts CVE
html-to-text 10.0.1 is a dependency-only security release that bumps its deepmerge-ts dependency from ^7.1.5 to ^8.0.1, fixing a stack exhaustion vulnerability (GHSA-ggr8-5vv4-36mx) when merging recursive object graphs. No other code changes between 10.0.0 and 10.0.1. Full test suite passes unchanged (253/253 assertions) before and after the bump. Fixes #432
1 parent bb1881e commit de2cac5

2 files changed

Lines changed: 19 additions & 9 deletions

File tree

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
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",

0 commit comments

Comments
 (0)