repolinter icon indicating copy to clipboard operation
repolinter copied to clipboard

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

Open john-aws opened this issue 1 year ago • 1 comments

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

john-aws avatar Jun 06 '24 12:06 john-aws