-
Notifications
You must be signed in to change notification settings - Fork 8
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
Dependencies have high severity vulnerabilities #57
Comments
I see this is the same as boilerplate issue #99. I am too new to Javascript & hapi to submit a PR at this time, though might be competent enough in a couple months... |
Hmm linting is broken and not sure how to fix it... |
How is linting broken? Did you mean in your own project or while contributing to hapipal? |
I mean, once I reached this part of the tutorial, Note that, per the deprecation warnings at the top of this issue, I had modified
|
Ok, thanks @ashelman-ec for the explanation. Not sure what's the problem though. I'd have to check for myself. I don't have much available bandwidth right now, so I'm not sure when I'll be able to do that. |
Trying to follow the hapipal Getting Started tutorial, but ran into these issues:
npm init @hapipal
does not work on Windows, see today's comments in hapipal.com issue #72Manually editing
package.json
to replace"babel-eslint": "10.x.x"
with"@babel/eslint-parser": "7.x.x"
quiets one of the warnings (but I don't know whether this newer version has any breaking changes and will actually work correctly)But that still leaves the security vulnerabilities:
The text was updated successfully, but these errors were encountered: