onesignal-node-api
onesignal-node-api copied to clipboard
[Bug]: update node-fetch to 3.x
trafficstars
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
- [X] I agree to follow this project's Code of Conduct
Hi @jpike88 thank you for reporting, we will look into updating the dependency.
Despite the warning, are you able to use this package?
yes its just an annoying warning, not more than that