From 3a3704a058dcb080b0eae9d531b162c38b1083ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 12:56:00 +0000 Subject: [PATCH] Bump node-html-parser from 6.1.5 to 6.1.10 Bumps [node-html-parser](https://github.com/taoqf/node-fast-html-parser) from 6.1.5 to 6.1.10. - [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.10) --- updated-dependencies: - dependency-name: node-html-parser dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index fac4d094..6fe4cc7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3148,9 +3148,9 @@ } }, "node_modules/node-html-parser": { - "version": "6.1.5", - "resolved": "https://registry.npmjs.org/node-html-parser/-/node-html-parser-6.1.5.tgz", - "integrity": "sha512-fAaM511feX++/Chnhe475a0NHD8M7AxDInsqQpz6x63GRF7xYNdS8Vo5dKsIVPgsOvG7eioRRTZQnWBrhDHBSg==", + "version": "6.1.10", + "resolved": "https://registry.npmjs.org/node-html-parser/-/node-html-parser-6.1.10.tgz", + "integrity": "sha512-6/uWdWxjQWQ7tMcFK2wWlrflsQUzh1HsEzlIf2j5+TtzfhT2yUvg3DwZYAmjEHeR3uX74ko7exjHW69J0tOzIg==", "dev": true, "dependencies": { "css-select": "^5.1.0",