Skip to content

DeprecationWarning: The punycode module is deprecated #1111

Description

@razbroc

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions