-
-
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. (Usenode --trace-deprecation ...to show where the warning was created) (node:1250349) [DEP0044] DeprecationWarning: Theutil.isArrayAPI is deprecated. Please useArray.isArray()instead. (node:1250349) [DEP0055] DeprecationWarning: Theutil.isRegExpAPI is deprecated. Please usearg instanceof RegExpinstead. (node:1250349) [DEP0047] DeprecationWarning: Theutil.isDateAPI is deprecated. Please usearg instanceof Date instead.
Metadata
Metadata
Assignees
Labels
No labels