repolinter
repolinter copied to clipboard
npm audit shows 8 vulnerabilities (5 high, 1 critical)
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
8 vulnerabilities (2 moderate, 5 high, 1 critical)
Steps to Reproduce the Issue
git clone https://github.com/todogroup/repolinter.git
cd repolinter
npm install
npm audit