# Bug report - [x ] I confirm this is a bug with Supabase, not with my own application. - [x ] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and [Discord](https://discord.supabase.com). ## Describe the bug When using Supabase-JS, I get an error about the punycode module being deprecated. ## To Reproduce Steps to reproduce the behavior, please provide code snippets or a repository: 1. npm install @supabase/supabase-js 2. node . 3. Error: DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. 4. npm ls whatwg-url 5. Response: @supabase/supabase-js@2.38.4 │ └─┬ @supabase/node-fetch@2.6.14 │ └── whatwg-url@5.0.0 ## Expected behavior No deprecation. ## System information - OS: WSL2 on Windows 10 - Version of supabase-js: ^2.38.4 - Version of Node.js: v21.1.0