From a08829f0ef5d710b779fc2a8e56cff8c6dd433a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Dec 2021 07:03:13 +0000 Subject: [PATCH] chore(deps-dev): bump node-html-parser from 5.1.0 to 5.2.0 Bumps [node-html-parser](https://github.com/taoqf/node-fast-html-parser) from 5.1.0 to 5.2.0. - [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/v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: node-html-parser dependency-type: direct:development update-type: version-update:semver-minor ... 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 10d9ce44..2014d664 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "husky": "^7.0.4", "lint-staged": "^12.1.4", "mocha": "^9.1.3", - "node-html-parser": "^5.1.0", + "node-html-parser": "^5.2.0", "postcss": "^8.4.5", "postcss-load-config": "^3.1.0", "prettier": "~2.5.1", diff --git a/yarn.lock b/yarn.lock index 94754255..98db41a9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3279,10 +3279,10 @@ node-emoji@^1.11.0: dependencies: lodash "^4.17.21" -node-html-parser@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/node-html-parser/-/node-html-parser-5.1.0.tgz#753f5a60cdfe6d027c15857cb817df592c18c998" - integrity sha512-l6C1Gf1o7YuxeMGa17PypEez/rj+ii3q4/NZG37nRmWSLDjHyB0WNrlE4h2UW92D0JSfUSfu+lOvxThttVe7Jw== +node-html-parser@^5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/node-html-parser/-/node-html-parser-5.2.0.tgz#6f29fd00d79f65334e7e20200964644207925607" + integrity sha512-fmiwLfQu+J2A0zjwSEkztSHexAf5qq/WoiL/Hgo1K7JpfEP+OGWY5maG0kGaM+IFVdixF/1QbyXaQ3h4cGfeLw== dependencies: css-select "^4.1.3" he "1.2.0"