Skip to content

Issue 29/update dependencies #82

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

Closed
wants to merge 2 commits into from
Closed

Issue 29/update dependencies #82

wants to merge 2 commits into from

Conversation

AramayisO
Copy link

Closes #29. Updated dependencies of application and server to fix security vulnerabilities.

The updates required the following breaking changes:

application

  • react-scripts updated from v3.* to v4.*
    • Since the application hasn't been ejected from create-react-app, this should not affect the application

server

  • nodemon updated from v1.* to v2.*
    • The breaking change is that nodemon v2.* dropped support for node v4 and moved to node v8+. This should not break the server since the Docker container is built from the node v11 image.

@AramayisO AramayisO closed this Jan 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Dependencies
1 participant