Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Update punycode import path #65

Closed
wants to merge 1 commit into from

Commits on Nov 7, 2024

  1. fix: Update punycode import path

    With later Node versions, deprecation warnings began to appear
    about changing the import path to avoid using core modules,
    instead to use userland modules. This follows the advice for
    punycode's most recent version (v2.3.1). This should ideally
    be applied for a v3.0.1 tag so a number of active packages
    can remove this warning.
    wrobinson91 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    634367c View commit details
    Browse the repository at this point in the history