AnWeber / httpyac

Command Line Interface for *.http and *.rest files. Connect with http, gRPC, WebSocket and MQTT
https://httpyac.github.io/
MIT License
437 stars 37 forks source link

Module deprecated warning when running CLI with NodeJS v23 #813

Closed alekdavis closed 4 weeks ago

alekdavis commented 1 month ago

I did not seet this warning before I upgraded NodeJS to the latest version (v23). Now when I run the CLI, I get the warning:

(node:23596) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead. (Use node --trace-deprecation ... to show where the warning was created)

image

The tests run fine, so it's just a warning but may be worth looking at. There is a possibility that it's just my setup, but I uninstalled and reinstalled the latest version (23.1.0) just in case.

AnWeber commented 1 month ago

already addressed last year: https://github.com/lupomontero/psl/issues/315 but tough-cookie seems to have fixed the issue. I will take a look

AnWeber commented 4 weeks ago

I updated tough-cookie, which should remove this warning in the next release.