Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Commit 4516607

Browse files
fix: bump node-html-parser from 6.1.13 to 7.0.1
Bumps [node-html-parser](https://github.com/taoqf/node-fast-html-parser) from 6.1.13 to 7.0.1. - [Release notes](https://github.com/taoqf/node-fast-html-parser/releases) - [Changelog](https://github.com/taoqf/node-html-parser/blob/main/CHANGELOG.md) - [Commits](taoqf/node-html-parser@v6.1.13...v7.0.1) --- updated-dependencies: - dependency-name: node-html-parser dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 89d1a79 commit 4516607

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"json-schema-to-ts": "^3.0.1",
5959
"mustache": "^4.2.0",
6060
"node-fetch": "^3.3.2",
61-
"node-html-parser": "^6.1.12",
61+
"node-html-parser": "^7.0.1",
6262
"nodemailer": "^6.9.13",
6363
"sleep-promise": "^9.1.0"
6464
}

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -5267,13 +5267,13 @@ __metadata:
52675267
languageName: node
52685268
linkType: hard
52695269

5270-
"node-html-parser@npm:^6.1.12":
5271-
version: 6.1.13
5272-
resolution: "node-html-parser@npm:6.1.13"
5270+
"node-html-parser@npm:^7.0.1":
5271+
version: 7.0.1
5272+
resolution: "node-html-parser@npm:7.0.1"
52735273
dependencies:
52745274
css-select: "npm:^5.1.0"
52755275
he: "npm:1.2.0"
5276-
checksum: 10c0/ca36290507da8ec0fa131a0fd67ba62e300365c3950b5a6058b0e32b71b520ff43a5661b19e98a5c9797dbe3428b08db788b602f1f8aa62f2db5bb66e1d80782
5276+
checksum: 10c0/70a4d6db83340e1c93be3c9d28b924e8a2d8c53e085805d9a4916132c56e76e105fedc2201682ff20e0af0468893d0f77ecaa69865b78206b02982d0b4a649a4
52775277
languageName: node
52785278
linkType: hard
52795279

@@ -5393,7 +5393,7 @@ __metadata:
53935393
mustache: "npm:^4.2.0"
53945394
nock: "npm:^13.5.4"
53955395
node-fetch: "npm:^3.3.2"
5396-
node-html-parser: "npm:^6.1.12"
5396+
node-html-parser: "npm:^7.0.1"
53975397
nodemailer: "npm:^6.9.13"
53985398
prettier: "npm:^3.2.5"
53995399
sleep-promise: "npm:^9.1.0"

0 commit comments

Comments
 (0)