Skip to content
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 #124

Closed
reustle opened this issue May 26, 2024 · 2 comments
Closed

The punycode module is deprecated #124

reustle opened this issue May 26, 2024 · 2 comments

Comments

@reustle
Copy link

reustle commented May 26, 2024

Getting this error every time I start my app, and it seems to trace back to the whois package. Would it be a fairly straight forward dependency to remove? Thank you!

(node:26737) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
    at node:punycode:3:9
    at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:398:7)
    at BuiltinModule.compileForPublicLoader (node:internal/bootstrap/realm:337:10)
    at loadBuiltinModule (node:internal/modules/helpers:96:7)
    at Module._load (node:internal/modules/cjs/loader:1037:17)
    at Module.require (node:internal/modules/cjs/loader:1271:19)
    at require (node:internal/modules/helpers:123:16)
    at Object.<anonymous> (/Users/reustle/code/techjanitor/node_modules/whois/index.js:11:14)
    at Object.<anonymous> (/Users/reustle/code/techjanitor/node_modules/whois/index.js:186:4)
    at Module._compile (node:internal/modules/cjs/loader:1434:14)
@hjr265 hjr265 closed this as completed in 90780ec Jun 4, 2024
@hjr265
Copy link
Member

hjr265 commented Jun 4, 2024

@reustle Thank you for reporting this!

New release has a fix for this: https://www.npmjs.com/package/whois v2.14.1

@reustle
Copy link
Author

reustle commented Jun 4, 2024

Much appreciated, thanks so much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants