Skip to content

Commit 07e1055

Browse files
fix: escape tags inside of <title> (html-dom-parser@1.0.0)
Fixes #202 html-dom-parser 0.5.0 → 1.0.0 * https://github.com/remarkablemark/html-dom-parser/releases/tag/v1.0.0 * https://github.com/fb55/htmlparser2/releases/tag/v5.0.1
1 parent 6cd9a20 commit 07e1055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"dom"
3333
],
3434
"dependencies": {
35-
"html-dom-parser": "0.5.0",
35+
"html-dom-parser": "1.0.0",
3636
"react-property": "1.0.1",
3737
"style-to-js": "1.1.0"
3838
},

0 commit comments

Comments
 (0)