DeprecationWarning: punycode module used by dependencies #3461
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Environment details
Steps to reproduce
DeprecationWarning
in the console output.Note: The script is run with the
--trace-deprecation
flag to show where the warning was created.Expected behavior
No deprecation warnings should be displayed when using up-to-date and maintained dependencies within googleapis.
Actual behavior
A
DeprecationWarning
related to thepunycode
module is displayed in the console output. The warning is as follows:The trace leads back to the
whatwg-url
module, used by a dependency chain initiated bygoogleapis
.Specifically, the chain is as follows:
googleapis > google-auth-library > gaxios > node-fetch > whatwg-url
.I understand that this warning does not currently affect functionality, but I thought it might be helpful to report this. I believe that I've done my due diligence to check that this has not been resolved or is already open. However, this is my first time opening an issue on a project, so pardon me if I've overlooked something.
Here is the output of
npm ls whatwg-url
for reference:The text was updated successfully, but these errors were encountered: