fusionauth-typescript-client icon indicating copy to clipboard operation
fusionauth-typescript-client copied to clipboard

Receiving punycode deprecation warning

Open vcampitelli opened this issue 1 year ago • 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: https://github.com/yarnpkg/yarn/issues/9005

vcampitelli avatar Jan 05 '24 14:01 vcampitelli