Skip to content

Commit cc63504

Browse files
Update dependency node-html-parser to v7
1 parent fcd9545 commit cc63504

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"form-data": "^4.0.0",
4848
"minimatch": "^9.0.3",
4949
"node-fetch": "^3.3.2",
50-
"node-html-parser": "^6.1.12",
50+
"node-html-parser": "^7.0.0",
5151
"winston": "^3.11.0"
5252
}
5353
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2824,10 +2824,10 @@ node-fetch@^3.3.2:
28242824
fetch-blob "^3.1.4"
28252825
formdata-polyfill "^4.0.10"
28262826

2827-
node-html-parser@^6.1.12:
2828-
version "6.1.13"
2829-
resolved "https://registry.yarnpkg.com/node-html-parser/-/node-html-parser-6.1.13.tgz#a1df799b83df5c6743fcd92740ba14682083b7e4"
2830-
integrity sha512-qIsTMOY4C/dAa5Q5vsobRpOOvPfC4pB61UVW2uSwZNUp0QU/jCekTal1vMmbO0DgdHeLUJpv/ARmDqErVxA3Sg==
2827+
node-html-parser@^7.0.0:
2828+
version "7.0.1"
2829+
resolved "https://registry.yarnpkg.com/node-html-parser/-/node-html-parser-7.0.1.tgz#e3056550bae48517ebf161a0b0638f4b0123dfe3"
2830+
integrity sha512-KGtmPY2kS0thCWGK0VuPyOS+pBKhhe8gXztzA2ilAOhbUbxa9homF1bOyKvhGzMLXUoRds9IOmr/v5lr/lqNmA==
28312831
dependencies:
28322832
css-select "^5.1.0"
28332833
he "1.2.0"

0 commit comments

Comments
 (0)