update cheerio to v1.0.0-rc.12
There are several changes:
- no vulnerabilities
- cheerio can now handle CJK characters correctly
- if you are using custom cheerio instance with this library, you should set the third parameter of
cheerio.load
tofalse
to get rid of extra wrappers, see load for details. - better support for typescript