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

tools: update lodash dependency #2177

Merged
1 commit merged into from
Apr 9, 2019
Merged

tools: update lodash dependency #2177

1 commit merged into from
Apr 9, 2019

Conversation

Trott
Copy link
Member

@Trott Trott commented Apr 9, 2019

Update lodash so npm audit comes up clean. While we're at it, replace
_.isNan() with Number.isNan() which is all that lodash does under
the hood (if Number.isNaN() exists, which it does in all supported
versions of Node.js.

Update lodash so `npm audit` comes up clean. While we're at it, replace
`_.isNan()` with `Number.isNan()` which is all that lodash does under
the hood (if `Number.isNaN()` exists, which it does in all supported
versions of Node.js.
@ghost ghost merged commit b8c0f70 into nodejs:master Apr 9, 2019
@ghost
Copy link

ghost commented Apr 9, 2019

Thanks Trott!

This pull request was closed.
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.

3 participants