Skip to content

Update dependencies with known vulnerabilities#236

Merged
phillipj merged 1 commit intonodejs:masterfrom
phillipj:dep-audit
Jun 7, 2019
Merged

Update dependencies with known vulnerabilities#236
phillipj merged 1 commit intonodejs:masterfrom
phillipj:dep-audit

Conversation

@phillipj
Copy link
Copy Markdown
Member

@phillipj phillipj commented Jun 5, 2019

$ npm audit listed quite a few known vulnerabilities, primarily child dependencies of nodemon and tap.

Although these are all dev dependencies, not something that's being used in production, it's always a good idea to get rid of vulnerable packages.

The changes was done by npm after running the following:

$ npm install --save-dev tap@latest nodemon@latest
$ npm update --depth 3 js-yaml

/cc @nodejs/github-bot

`$ npm audit` listed quite a few known vulnerabilities, primarily
child dependencies of nodemon and tap.

Although these are all dev dependencies, not something that's being used
in production, it's always a good idea to get rid of vulnerable packages.
@phillipj phillipj merged commit 4b51d18 into nodejs:master Jun 7, 2019
@phillipj phillipj deleted the dep-audit branch June 7, 2019 21:29
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