nodemailer-sendgrid
nodemailer-sendgrid copied to clipboard
DeprecationWarning: The `punycode` module is deprecated.
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