Skip to content

Commit

Permalink
fix(deps): upgrade to htmlparser2 v8.0.1 (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed May 6, 2022
1 parent 48af50e commit ba3b9a8
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 76 deletions.
133 changes: 59 additions & 74 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -27,7 +27,7 @@
"escape-html": "^1.0.3",
"gaxios": "^5.0.0",
"glob": "^7.2.0",
"htmlparser2": "^7.2.0",
"htmlparser2": "^8.0.1",
"jsonexport": "^3.2.0",
"marked": "^4.0.3",
"meow": "^10.1.1",
Expand Down
2 changes: 1 addition & 1 deletion src/links.ts
@@ -1,4 +1,4 @@
import {WritableStream} from 'htmlparser2/lib/WritableStream.js';
import {WritableStream} from 'htmlparser2/lib/WritableStream';
import {Readable} from 'stream';
import {URL} from 'url';

Expand Down

0 comments on commit ba3b9a8

Please sign in to comment.