From 75d66b8d4af31b8f2309f708512acf95fd29d523 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Jan 2022 09:20:00 +0000 Subject: [PATCH] build(deps): update dependency node-html-parser to v5.2.0 (#13321) Co-authored-by: Renovate Bot <bot@renovateapp.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 48084bf942..32b7ee7bf0 100644 --- a/package.json +++ b/package.json @@ -181,7 +181,7 @@ "minimatch": "3.0.4", "moo": "0.5.1", "nanoid": "3.1.30", - "node-html-parser": "5.1.0", + "node-html-parser": "5.2.0", "openpgp": "5.0.1", "p-all": "3.0.0", "p-map": "4.0.0", diff --git a/yarn.lock b/yarn.lock index 2cbf7a9ea7..75789c4b09 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8051,10 +8051,10 @@ node-gyp@^7.1.0: tar "^6.0.2" which "^2.0.2" -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" -- GitLab