gulp-base64 icon indicating copy to clipboard operation
gulp-base64 copied to clipboard

NPM Audit Fix

Open MichaelJGW opened this issue 7 years ago • 1 comments

When doing npm install it shows the following

added 37 packages from 39 contributors and audited 43 packages in 2.023s found 12 vulnerabilities (10 moderate, 2 high)

If you run npm audit fix it will upgrade request to 2.88.0

Doing npm install at this point will produce the following.

added 31 packages from 36 contributors, removed 9 packages, updated 13 packages and audited 75 packages in 1.719s found 1 moderate severity vulnerability

There is more work to do here but it reduces the errors.

MichaelJGW avatar Feb 21 '19 19:02 MichaelJGW

I created a fork with the security fixes and will remove it once these are addressed. If you want to use the fixes use npm i gulp-base64-updated

MichaelJGW avatar Sep 19 '19 15:09 MichaelJGW