Bug Report: npm audit fails on latest Express version (4.20.0) due to send(0.19.0) vulnerability Issue Description Running npm audit on the latest version of Express (4.20.0) fails due to a moderate severity vulnerability in send (<0.19.0). Here’s the relevant output from npm audit: # npm audit report send <0.19.0 Severity: moderate send vulnerability to template injection can lead to XSS - http://github.com/advisories/GHSA-m6fv-jmcg-4jfg No fix available Steps to reproduce npm install express --save