-
-
Notifications
You must be signed in to change notification settings - Fork 359
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
two handlebars security audits #1238
Comments
This is not a bug in nyc, we use semver ranges to install so the fixed versions are already allowed by nyc. The problem is with your yarn.lock or package-lock.json blocking the update. See istanbuljs/istanbuljs#476 for details and how resolve the lockfile error. |
thanks, yes, we have done this. i was reporting it here so that the fix could roll through our upstream deps. thanks for the response. |
nyc 15 actually removes handlebars entirely so it will never result in another audit report via nyc. See #1104 if you want to try that version which will become latest stable very soon (be sure to check changelogs posted as comments for breaking changes). As far as updating the dependency chain of 14 we have to prioritize the work we do. Older versions of nyc bundled dependencies which meant that |
Link to bug demonstration repository
Expected Behavior
no security audits
Observed Behavior
violations due to use of handlebars version 4.5.2 (fixed in 4.5.3)
https://npmjs.com/advisories/1324
https://npmjs.com/advisories/1325
Troubleshooting steps
cache: false
in my nyc configEnvironment Information
The text was updated successfully, but these errors were encountered: