Skip to content

DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead #195

@ian-mcmanus-polarmoment

Description

@ian-mcmanus-polarmoment

The SDK uses packages with deprecated dependencies.

It uses tough-cookie v4 as a dependency which still uses punycode, which causes the deprecation error in node:

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

Punycode was removed from tough-cookie in v5, so the SDK needs updating to use the newer versions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions