Skip to content

Commit a1ef928

Browse files
fix(package): bump html-dom-parser to 5.0.12 so that \\r isn't escaped (#1642)
Fixes #1634
1 parent 038bd12 commit a1ef928

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

package-lock.json

+4-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
],
5050
"dependencies": {
5151
"domhandler": "5.0.3",
52-
"html-dom-parser": "5.0.11",
52+
"html-dom-parser": "5.0.12",
5353
"react-property": "2.0.2",
5454
"style-to-js": "1.1.16"
5555
},

0 commit comments

Comments
 (0)