-
-
Notifications
You must be signed in to change notification settings - Fork 97
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
Punycode deprecation warning on node js > 20 #275
Comments
This package does not use the built-in punycode module so this is not the appropriate repository. |
The issue is likely from node-fetch, |
Result from
|
@ve3 But that's version 5.0 or similar :D |
For others coming across this who may also be using older whatwg-url versions (probably not deliberately), there's a helpful solution here: #261 (comment) Note that punycode was removed from this library at v9.0.0, so anything newer than that will remove the deprecation warning. |
Following deprecation warning appear after update of node js to version 22:
(node:64556) [DEP0040] DeprecationWarning: The
punycodemodule is deprecated. Please use a userland alternative instead.
The text was updated successfully, but these errors were encountered: