-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The punycode
module is deprecated.
#577
Comments
I myself do not use punycode directly. One of my dependencies is to blame.
psl appears to be a guilty party. This dependency is loaded with module tough-cookie, which uses npm packge punycode. created a pr which resolves issue, but the repo is not really active. Maybe we are lucky |
@pfloretz My guess is that psl will no longer be updated and will no longer work with node >21. Tough-cockie's plan is to sit it out and run into the problem unexpectedly with the next LTS. node --no-deprecation /home/.../node_modules/httpyac/bin/httpyac.js send headers.http |
I started to get these errors when I upgraded Node to 21.1.0.
It does not affect functionality, but is an annoyance. I can downgrade back to 20.9 for now, but I am curious if changes will be made to address this.
Thank you for httpyac command line, it's a great tool.
The text was updated successfully, but these errors were encountered: