taoqf / node-html-parser

A very fast HTML parser, generating a simplified DOM, with basic element query support.
MIT License
1.11k stars 107 forks source link

Update version of css-select as it contains vulnerable dependency #181

Closed ocofaigh closed 2 years ago

ocofaigh commented 2 years ago

Solution: Update to latest version of css-select in package.json. Right now that is 4.2.1 (This uses nth-check 2.0.1 which is not vulnerable)

ocofaigh commented 2 years ago

Created a PR: https://github.com/taoqf/node-html-parser/pull/182

nonara commented 2 years ago

Thanks! Merged.