<kentonv>
ugh this again... unmaintained project we depend on depends on a specific version of some other module which depends on a specific old version of underscore.js which has a reported security vulnerability, but the vulnerability is in a function that the dependent doesn't use, but `npm` is going to keep telling me we have a high-severity vulnerability until I do something about it, sigh
<ocdtrekkie>
Absolutely lovely.
<kentonv>
so we use a library called nodemailer to send email. It would appear that nodemailer hasn't been updated in 4 years.
<isd>
Isn't that the same library that caused the comma separator vulnerability?