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"