You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
This project still relies on the deprecated punycode module.
With the newer node versions this message is shown on every install:
(node:4539) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
(Use node --trace-deprecation ... to show where the warning was created)
To Reproduce
How to reproduce the behaviour:
Simply npm install or yarn on a project that exploits this dependency
Environment (please complete the following information):
Node.js: 22
Middy: 6.0.0
The text was updated successfully, but these errors were encountered:
Describe the bug
This project still relies on the deprecated
punycode
module.With the newer node versions this message is shown on every install:
To Reproduce
How to reproduce the behaviour:
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: