todogroup / repolinter

Repolinter, The Open Source Repository Linter
https://todogroup.github.io/repolinter/
Apache License 2.0
421 stars 72 forks source link

npm audit shows 8 vulnerabilities (5 high, 1 critical) #324

Open john-aws opened 4 months ago

john-aws commented 4 months ago

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