logtail / logtail-js

Better Stack JavaScript client
https://betterstack.com/logs
ISC License
54 stars 13 forks source link

Deprecation [DEP0040] on dependency #126

Open adriano-tirloni opened 1 month ago

adriano-tirloni commented 1 month ago

Node is emitting a deprecation warning: [DEP0040] DeprecationWarning: Thepunycodemodule is deprecated. Please use a userland alternative instead.

Its origin is whatwg-url@5.0.0, node-fetch has breaking changes from 2.7 to 3.0 and drops support for very old node versions.

image