OneSignal / onesignal-node-api

OneSignal Node Client
Other
28 stars 12 forks source link

[Bug]: update node-fetch to 3.x #83

Open jpike88 opened 1 month ago

jpike88 commented 1 month ago

What's on your mind?

Am getting this warning now:

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

This is a problem with node-fetch 2.x, not 3.x. Please update the dependency and release a new version

Code of Conduct

nan-li commented 1 month ago

Hi @jpike88 thank you for reporting, we will look into updating the dependency.

Despite the warning, are you able to use this package?

jpike88 commented 1 month ago

yes its just an annoying warning, not more than that