chore(deps): update dependency node-html-parser to v2 (#8329)

This commit is contained in:
renovate[bot] 2020-11-14 23:20:24 +00:00 committed by GitHub
parent b050861332
commit 57aa7cc54d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@
"consola": "^2.15.0",
"fs-extra": "^8.1.0",
"html-minifier": "^4.0.0",
"node-html-parser": "^1.4.9"
"node-html-parser": "^2.0.0"
},
"publishConfig": {
"access": "public"

View File

@ -9276,10 +9276,10 @@ node-gyp@^5.0.2:
tar "^4.4.12"
which "^1.3.1"
node-html-parser@^1.4.9:
version "1.4.9"
resolved "https://registry.npmjs.org/node-html-parser/-/node-html-parser-1.4.9.tgz#3c8f6cac46479fae5800725edb532e9ae8fd816c"
integrity sha512-UVcirFD1Bn0O+TSmloHeHqZZCxHjvtIeGdVdGMhyZ8/PWlEiZaZ5iJzR189yKZr8p0FXN58BUeC7RHRkf/KYGw==
node-html-parser@^2.0.0:
version "2.0.0"
resolved "https://registry.npmjs.org/node-html-parser/-/node-html-parser-2.0.0.tgz#fe03a9e99efac16819969802e17a9e51d968d65f"
integrity sha512-3wJdYSxiVIBxuiFm9UtfNWAlBw2P+Vb/RN1nqf40q2JeZDpcJ1HsrWuWV3j15SSJ25TvfnOoac2Q+uDU9iY0sw==
dependencies:
he "1.2.0"