From 84f73baaaae046bd3bdaf9232d0bdba7ddc22c24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 15:08:47 +0000 Subject: [PATCH] build(deps): bump node-html-parser from 6.1.5 to 6.1.9 Bumps [node-html-parser](https://github.com/taoqf/node-fast-html-parser) from 6.1.5 to 6.1.9. - [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.5...v6.1.9) --- 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 d0435c10..8582a936 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "he": "^1.2.0", "jsonpath": "^1.1.1", "lodash": "^4.17.21", - "node-html-parser": "^6.1.5", + "node-html-parser": "^6.1.9", "rimraf": "^5.0.1", "sharp": "^0.32.4", "slugify": "^1.6.6" diff --git a/yarn.lock b/yarn.lock index e658683e..29e92476 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1701,10 +1701,10 @@ node-forge@^1.3.1: resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.3.1.tgz#be8da2af243b2417d5f646a770663a92b7e9ded3" integrity sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA== -node-html-parser@^6.1.5: - version "6.1.5" - resolved "https://registry.yarnpkg.com/node-html-parser/-/node-html-parser-6.1.5.tgz#c819dceb13a10a7642ff92f94f870b4f77968097" - integrity sha512-fAaM511feX++/Chnhe475a0NHD8M7AxDInsqQpz6x63GRF7xYNdS8Vo5dKsIVPgsOvG7eioRRTZQnWBrhDHBSg== +node-html-parser@^6.1.9: + version "6.1.9" + resolved "https://registry.yarnpkg.com/node-html-parser/-/node-html-parser-6.1.9.tgz#6e15ab2fca5639766beb2d56ed8bd8c5cd7776c6" + integrity sha512-nQ+MRf0PmRTLcMalVqMsWvceSaBydBCBlnQSL78HVk/E8e0Aazyao4SI9aB67XAAgOgHMsw7q5dJBUPPt9XE3g== dependencies: css-select "^5.1.0" he "1.2.0"