This library depends on the [`fast-url-parser` package](https://github.com/petkaantonov/urlparser) which depends on the [`punycode` builtin module](https://nodejs.org/docs/latest/api/punycode.html)... but since Node.js 21, this module is deprecated: ``` (node:4284) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. ``` Issue also raised on the `fast-url-parser` repository: cf. petkaantonov/urlparser#20