Closed jepetty closed 4 years ago
In our CI pipeline, we have a task that flags dependencies with known security vulnerabilities. I ran npm audit fix to fix any such vulnerabilities in the lsif-npm and lsif-tsc packages
npm audit fix
@jepetty thanks. I updated all dependencies today manually to get to the latest version of several libs,
In our CI pipeline, we have a task that flags dependencies with known security vulnerabilities. I ran
npm audit fix
to fix any such vulnerabilities in the lsif-npm and lsif-tsc packages