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

Run an npm audit #29

Open
5 tasks
djbowen95 opened this issue Aug 8, 2023 · 0 comments
Open
5 tasks

Run an npm audit #29

djbowen95 opened this issue Aug 8, 2023 · 0 comments
Labels
bug Something isn't working needs research Further information is requested

Comments

@djbowen95
Copy link
Owner

djbowen95 commented Aug 8, 2023

When I was working on deploying the application, working to resolve issue #11, I reinstalled all dependencies with npm install. When I did this, the command-line flagged that there were 6 'critical' problems with the dependencies, and suggested running audit for details.

To work on this problem I would like to:

  • Run npm audit and make note of the changes
  • Set up a seperate branch
  • Force the suggested fixes
  • Manually test the application to check for any breaking changes
  • Merge with main / make the changes if there aren't any breaking changes

I'd also like to set up a something that checks these dependencies, ie. a badge that will report these changes, or automate when I need to do this in future.

I don't think this is an immediate task - as it is something to do to expand my knowledge; the application works fine as it is at the moment.

This issue is related to #30.

@djbowen95 djbowen95 added bug Something isn't working needs research Further information is requested labels Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs research Further information is requested
Projects
Development

No branches or pull requests

1 participant