Skip to content

Commit 094bd68

Browse files
Update dependency node-html-parser to v7
1 parent f3f812a commit 094bd68

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
@@ -3112,10 +3112,10 @@ node-fetch@^3.3.2:
31123112
fetch-blob "^3.1.4"
31133113
formdata-polyfill "^4.0.10"
31143114

3115-
node-html-parser@^6.1.12:
3116-
version "6.1.13"
3117-
resolved "https://registry.yarnpkg.com/node-html-parser/-/node-html-parser-6.1.13.tgz#a1df799b83df5c6743fcd92740ba14682083b7e4"
3118-
integrity sha512-qIsTMOY4C/dAa5Q5vsobRpOOvPfC4pB61UVW2uSwZNUp0QU/jCekTal1vMmbO0DgdHeLUJpv/ARmDqErVxA3Sg==
3115+
node-html-parser@^7.0.0:
3116+
version "7.0.1"
3117+
resolved "https://registry.yarnpkg.com/node-html-parser/-/node-html-parser-7.0.1.tgz#e3056550bae48517ebf161a0b0638f4b0123dfe3"
3118+
integrity sha512-KGtmPY2kS0thCWGK0VuPyOS+pBKhhe8gXztzA2ilAOhbUbxa9homF1bOyKvhGzMLXUoRds9IOmr/v5lr/lqNmA==
31193119
dependencies:
31203120
css-select "^5.1.0"
31213121
he "1.2.0"

0 commit comments

Comments
 (0)