We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
npm audit yields the following issue which cannot be automatically resolved:
npm audit
┌───────────────┬──────────────────────────────────────────────────────────────┐ │ Moderate │ Prototype pollution │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ hoek │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ > 4.2.0 < 5.0.0 || >= 5.0.3 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ [redacted SHA] │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ [redacted SHA] │ │ │ > ember-cli-sass > broccoli-sass-source-maps > node-sass > │ │ │ node-gyp > request > hawk > boom > hoek │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://nodesecurity.io/advisories/566 │ └───────────────┴──────────────────────────────────────────────────────────────┘
Fix is presumably dependent on nodejs/node-gyp#1492 - this is just to track.
The text was updated successfully, but these errors were encountered:
👍 Github is starting to warn about this
I traced it here via
hawk node-gyp node-sass broccoli-sass-source-maps ember-cli-sass
Sorry, something went wrong.
I'm happy to work on this with some guidance, but I think this is in need of a bump
@Frozenfire92 my PR #189 should cover this, if/when it's merged.
Successfully merging a pull request may close this issue.
npm audit
yields the following issue which cannot be automatically resolved:Fix is presumably dependent on nodejs/node-gyp#1492 - this is just to track.
The text was updated successfully, but these errors were encountered: