TecKnow / muster-tools

A package for assigning players to tables at multi-table, walk-in gaming events.
GNU General Public License v3.0
0 stars 0 forks source link

Update NPM dependencies #39

Closed TecKnow closed 3 years ago

TecKnow commented 3 years ago

While configuring continuous integration it was necessary to npm install the top level package. This revealed that many dependencies, particularly react-scripts are out of date, producing many vulnerability warnings. It is necessary to step through updating them. Updating react-scripts should resolve many of them.

TecKnow commented 3 years ago

This should be added to the Technical Demonstration milestone since it will be easier to do before deploying the project for #23

TecKnow commented 3 years ago

The muster-client package currently depends on react-scripts v4.0.3 The latest version of react scripts is 4.0.3. I'm not sure why there are so many outdated dependencies when react-script is up to date.

TecKnow commented 3 years ago

I've updated everything I can. It seems like the vulnerability warnings are originating from muster-client but everything, including _reactscripts in the top level dependencies is up to date. I will need to investigate this more later.