-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Bump dev deps 2019-02-10 #3532
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
Bump dev deps 2019-02-10 #3532
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@etpinard Thanks for the PR.
Please find my comment below.
@@ -4047,7 +4110,8 @@ | |||
"ansi-regex": { | |||
"version": "2.1.1", | |||
"bundled": true, | |||
"dev": true | |||
"dev": true, | |||
"optional": true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've got a difference when I npm i
.
It seems we could remove this line ("optional": true
) as well as few others below.
@etpinard please let me know if you wanted me to push a commit to remove those?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Which version of npm
are you using? I'm on 6.7.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My npm version is at 6.4.1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you bump your npm version to 6.7.0 and try npm i
again?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool! With 6.7.0 I've got no difference.
Those are just randomly-generated string ids. This PR only upgrades dev dependencies, so yeah we're good. |
@etpinard Thanks for the PR. |
fixing this low-severity security alert
https://github.com/plotly/plotly.js/network/alert/package-lock.json/lodash/open
going from
to
and bumping a few other dev deps along the way.
cc @plotly/plotly_js