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

DeprecationWarning: The punycode module is deprecated. #17

Open
jycouet opened this issue Sep 13, 2024 · 0 comments
Open

DeprecationWarning: The punycode module is deprecated. #17

jycouet opened this issue Sep 13, 2024 · 0 comments

Comments

@jycouet
Copy link

jycouet commented Sep 13, 2024

Each time I start my server, I have a warning:

(node:1537) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.

And it seems to be related to psl. When I pnpm why psl, I get this tree:

devDependencies:
nodemailer-sendgrid 1.0.3
└─┬ @sendgrid/mail 6.5.5
  └─┬ @sendgrid/client 6.5.5
    └─┬ request 2.88.2
      └─┬ tough-cookie 2.5.0
        └── psl 1.9.0

Would it be possible to bump some libs to see if the warning goes away?

Thx

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

1 participant