From 4121524617814ce58a9f2e437deea738890b7bc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 00:52:52 +0000 Subject: [PATCH] fix: bump node-html-parser from 6.1.4 to 6.1.12 Bumps [node-html-parser](https://github.com/taoqf/node-fast-html-parser) from 6.1.4 to 6.1.12. - [Release notes](https://github.com/taoqf/node-fast-html-parser/releases) - [Changelog](https://github.com/taoqf/node-html-parser/blob/main/CHANGELOG.md) - [Commits](https://github.com/taoqf/node-fast-html-parser/compare/v6.1.4...v6.1.12) --- updated-dependencies: - dependency-name: node-html-parser dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ee8a7fad..f253857f 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "chalk": "^4.1.2", "fetch-cookie": "^2.1.0", "node-fetch": "^3.3.1", - "node-html-parser": "^6.1.4", + "node-html-parser": "^6.1.12", "nodemailer": "^6.9.8", "sleep-promise": "^9.1.0" } diff --git a/yarn.lock b/yarn.lock index 1131d044..3f1c0961 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3132,10 +3132,10 @@ node-fetch@^3.3.1: fetch-blob "^3.1.4" formdata-polyfill "^4.0.10" -node-html-parser@^6.1.4: - version "6.1.4" - resolved "https://registry.yarnpkg.com/node-html-parser/-/node-html-parser-6.1.4.tgz#763cd362497e427d51fc73dda3dcd8ac52ba85a3" - integrity sha512-3muP9Uy/Pz7bQa9TNYVQzWJhNZMqyCx7xJle8kz2/y1UgzAUyXXShc1IcPaJy6u07CE3K5rQcRwlvHzmlySRjg== +node-html-parser@^6.1.12: + version "6.1.12" + resolved "https://registry.yarnpkg.com/node-html-parser/-/node-html-parser-6.1.12.tgz#6138f805d0ad7a6b5ef415bcd91bca07374bf575" + integrity sha512-/bT/Ncmv+fbMGX96XG9g05vFt43m/+SYKIs9oAemQVYyVcZmDAI2Xq/SbNcpOA35eF0Zk2av3Ksf+Xk8Vt8abA== dependencies: css-select "^5.1.0" he "1.2.0"