You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> node scripts/build-tries.js
Downloading public suffix list from https://publicsuffix.org/list/public_suffix_list.dat... (node:40806) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated
ok
It's because we're using an outdated version of got (#62) which is because they don't support all the node versions that we do. We need to deprecate that old node version as well which requires a major version bump.
See here for details on this deprecation.
The text was updated successfully, but these errors were encountered: