Open
Description
Bug report
- [x ] I confirm this is a bug with Supabase, not with my own application.
- [x ] I confirm I have searched the Docs, GitHub Discussions, and Discord.
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:
- npm install @supabase/supabase-js
- node .
- Error: DeprecationWarning: The
punycode
module is deprecated. Please use a userland alternative instead. - npm ls whatwg-url
- Response: @supabase/[email protected]
│ └─┬ @supabase/[email protected]
│ └── [email protected]
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