Closed nelsonic closed 5 years ago
Only one parser fails after updating to cheerio@1.0.0-rc.3
... 🎉
Going to publish a new version of the package with the latest Cheerio. :shipit:
github-scraper@6.8.0
on NPM uses the latest Cheerio and no longer has an npm audit
warning. ✅
While adding to the docs, I removed the dependencies and re-installed them:
I think it's because the version of Cheerio we are using is kinda "old". https://david-dm.org/nelsonic/github-scraper
We're using the "stable" version as opposed to the release candidate ... but it appears to be using older dependencies and hasn't been updated ...
Going to try and update Cheerio to
1.0.0-rc.3
and see if anything "breaks".