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

refactor: updates dependencies to fix CVE-2015-8315 #62

Merged
merged 5 commits into from
Apr 30, 2018
Merged

Conversation

shellscape
Copy link
Contributor

@shellscape shellscape commented Apr 8, 2018

BREAKING CHANGE: Enforces `engines` of `"node": ">= 8.9.0"`

BREAKING CHANGE: Updates to `source-map@^0.7.2` which requires NodeJS >= 8

BREAKING CHANGE: Updates to `loader-utils@^1.1.0` &  `loderUtils.getOptions`

package.json Outdated
"loader-utils": "~0.2.2",
"source-map": "~0.6.1"
"loader-utils": "^1.1.0",
"source-map": "^0.7.2"
Copy link
Member

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

Copy link
Member

@joshwiens joshwiens left a 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

@joshwiens joshwiens changed the title fix(security): updates dependencies to fix CVE-2015-8315 refactor: updates dependencies to fix CVE-2015-8315 Apr 18, 2018
Copy link
Member

@joshwiens joshwiens left a 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"`
 - source-map@0.7 supports Node > 8
@joshwiens joshwiens merged commit ac30677 into master Apr 30, 2018
@joshwiens joshwiens deleted the fix/security branch April 30, 2018 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants