-
-
Notifications
You must be signed in to change notification settings - Fork 229
Open
Description
express-openapi-validator uses 'punycode', which uses 'uri-js' that has a deprecation warning.
'uri-js' hasn't updated within 4+ years, I suggest finding an alternative.
see related issues here and here
(node:1250349) [DEP0040] DeprecationWarning: The
punycodemodule is deprecated. Please use a userland alternative instead. (Use
node --trace-deprecation ...to show where the warning was created) (node:1250349) [DEP0044] DeprecationWarning: The
util.isArrayAPI is deprecated. Please use
Array.isArray()instead. (node:1250349) [DEP0055] DeprecationWarning: The
util.isRegExpAPI is deprecated. Please use
arg instanceof RegExpinstead. (node:1250349) [DEP0047] DeprecationWarning: The
util.isDateAPI is deprecated. Please use
arg instanceof Date instead.
Metadata
Metadata
Assignees
Labels
No labels