While setting up the project when we setup fact-bounty-client and install all the project dependencies by running npm install inside fact-Bounty/fact-bounty-client we get different warnings and we found 431 vulnerabilities (429 low, 1 moderate, 1 high) as shown in the below figure.

Fig. 1
As suggested (from fig.) if we run npm audit fix, it fixes 360 vulnerabilities out of 431, from the remaining vulnerabilities, 2 vulnerabilities required manual review and could not be updated and 1 package update for 69 vulnerabilities involved breaking changes.

Fig. 2
So, the current code base should be modified to remove the warnings and vulnerabilities.