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

Remove the punycode dependency #1261

Open
desoss opened this issue Dec 4, 2024 · 1 comment
Open

Remove the punycode dependency #1261

desoss opened this issue Dec 4, 2024 · 1 comment
Labels
blocked Blocked Externally

Comments

@desoss
Copy link

desoss commented Dec 4, 2024

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:

  1. 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
@desoss desoss added the bug label Dec 4, 2024
@willfarrell
Copy link
Member

We are aware of this, are following sub dependencies PR, and will update when possible.

luzlab/ajv-formats-draft2019#29
garycourt/uri-js#95

@willfarrell willfarrell added blocked Blocked Externally and removed bug labels Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Blocked Externally
Development

No branches or pull requests

2 participants