Closed
Description
It took me ages to realise why I couldn't silence some deprecation warnings using process.noDeprecation
- The deprecation was coming from depd
instead of regular Node.js util
and apparently the standard flag is not respected.