-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
refactor: updates dependencies to fix CVE-2015-8315 #62
Conversation
shellscape
commented
Apr 8, 2018
•
edited by joshwiens
Loading
edited by joshwiens
package.json
Outdated
"loader-utils": "~0.2.2", | ||
"source-map": "~0.6.1" | ||
"loader-utils": "^1.1.0", | ||
"source-map": "^0.7.2" |
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.
Btw for source-map@7
and above.
Breaking change: Drop support for Node < 8. If you want to support older versions of node, please use v0.6 or below.
Looks like breaking change for loader
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.
This is breaking w/ the loader-utils upgrade as well
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.
Need to set engines to Minimum of Node 8.9.0
…ement BREAKING CHANGE: Enforces `engines` of `"node": ">= 8.9.0"`
- [email protected] supports Node > 8