In my project, when I try to install necessary node modules, I got some vulnerabilities. Below is the error I encountered.enter image description hereAnd I am already using the latest version of react-scripts(5.0.1) and @craco/craco(7.1.0). How can I address all the vulnerabilities?
I tried npm audit fix to address above vulnerabilities and it only reports such details but no other fix.
I want to make my dependencies clear and remove all vulnerabilities.