FusionAuth/fusionauth-typescript-client

Receiving punycode deprecation warning

vcampitelli opened this issue · 1 comments

We've been receiving a deprecation warning when using the lib:

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

Even though this is not directly related to yarn, there's a good discussion here: yarnpkg/yarn#9005

Is this the relevant comment? yarnpkg/yarn#9005 (comment)