nodemailer-sendgrid icon indicating copy to clipboard operation
nodemailer-sendgrid copied to clipboard

DeprecationWarning: The `punycode` module is deprecated.

Open jycouet opened this issue 5 months ago • 0 comments

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

jycouet avatar Sep 13 '24 17:09 jycouet