We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
punycode
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:
psl
pnpm why psl
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Each time I start my server, I have a warning:
And it seems to be related to
psl
. When Ipnpm why psl
, I get this tree:Would it be possible to bump some libs to see if the warning goes away?
Thx
The text was updated successfully, but these errors were encountered: