You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
While setting up the project when we setup fact-bounty-client and install all the project dependencies by running
npm install
insidefact-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.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.So, the current code base should be modified to remove the warnings and vulnerabilities.
The text was updated successfully, but these errors were encountered: