jsdom/tr46

Punycode deprecated

Closed this issue · 1 comments

The punycode package is deprecated, which generates a warning on start-up.
The suggested workaround on the package's repo is to import it as require('punycode/') instead of require('punycode').
In my testing this seems to resolve the warning, at least in my case.

I'm dumb, my local version was a little behind.