Skip to content

chore(update dependencies): update dependencies for npm packages + node version + docker version #3

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mcspach
Copy link
Owner

@mcspach mcspach commented Jun 24, 2021

Changes

  1. Node -v update in Dockerfile x2
  2. Docker -v update in docker-compose
  3. Checked for any non-breaking npm updates, then updated all packages.

Purpose

All project dependencies should be up to date to prevent security exploits.

Approach

Node and Docker versions are now up to date. Checked for current version in documentation.
Used a global package npm-check-updates to search for latest version of packages.
All available NPM updates are installed in project through package.json
-53 vulnerabilities on first audit. 22 remaining after all non-breaking changes installed. 0 vulnerabilities on server side.

Resources

https://nodejs.org/en/
https://reactjs.org/
https://futurestud.io/tutorials/npm-update-all-node-js-dependencies-to-their-latest-version

Closes Shift3#29

@mcspach mcspach changed the title Update dependencies 29 chore(update dependencies): update dependencies for npm packages + node version + docker version Jun 24, 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