ajv-validator / ajv

The fastest JSON schema Validator. Supports JSON Schema draft-04/06/07/2019-09/2020-12 and JSON Type Definition (RFC8927)
https://ajv.js.org
MIT License
13.48k stars 864 forks source link

DeprecationWarning: The punycode module is deprecated #96 #2422

Closed tianyingchun closed 1 month ago

tianyingchun commented 1 month ago

(node:29131) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead. (Use node --trace-deprecation ... to show where the warning was created)

Can we update the module to replace "punycode"?

it seem that https://github.com/garycourt/uri-js/issues/96 is dead, the Creator and maintainer haven't updated it for last 3 years.

can we update this using. https://github.com/andreinwald/uri-js-replace

tianyingchun commented 1 month ago

https://github.com/ajv-validator/ajv/issues/2422

andreinwald commented 3 weeks ago

2343