Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NPM Audit Fix #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

NPM Audit Fix #35

wants to merge 1 commit into from

Conversation

MichaelJGW
Copy link

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.

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant