-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Update @11ty/eleventy js-yaml nyc to fix npm audit vulnerabilities #3878
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.
Thanks for contributing 👍
package.json
Outdated
@@ -512,7 +512,7 @@ | |||
"glob": "7.1.3", | |||
"growl": "1.10.5", | |||
"he": "1.2.0", | |||
"js-yaml": "3.13.0", | |||
"js-yaml": "^3.13.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.
Fix for this already merged
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.
Would it be possible to publish a new release since the vulnerability is high? Thanks
|
Thank you for fixing. People are getting rowdy on the thread that is referenced. Commenting here to bump up to the maintainers inbox, consider merging and opening a separate thread for the breaking changes in eleventy. |
According to the nyc changelog we should not be affected by the breaking changes. We can upgrade safely (https://github.com/istanbuljs/nyc/blob/master/CHANGELOG.md#1400-2019-04-15) |
This has been merged in #3877. This seems to be a duplicate. v6.1.4 (just released) comes with updated dependencies. |
@welljsjs this PR updates |
@Bamieh True. Sorry about the disturbance, I got it wrong. |
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.
LGTM. Need to resolve conflict in lock file 1st.
@Munter, ping! Waiting on your approval before updating eleventy... |
@narayananramu sorry, I apologize. |
Description of the Change
Update the below dependencies to address npm security advisories
@11ty/eleventy
-> 0.8.2js-yaml
-> @3.13.1nyc
-> 14.0.0Alternate Designs
N/A
Why should this be in core?
N/A
Benefits
Improved security
Possible Drawbacks
None
Applicable issues
Fixes #3880