Open john-aws opened 5 months ago
I cloned the repolinter repo today. I then ran npm audit and it resulted in numerous high and critical dependency vulnerabilities.
npm audit
I would expect to see zero high and zero critical dependency errors.
8 vulnerabilities (2 moderate, 5 high, 1 critical)
git clone https://github.com/todogroup/repolinter.git cd repolinter npm install npm audit
Issue Report
I cloned the repolinter repo today. I then ran
npm audit
and it resulted in numerous high and critical dependency vulnerabilities.Expected Behavior
I would expect to see zero high and zero critical dependency errors.
Actual Behavior
Steps to Reproduce the Issue