i started a react project for training and after downloading nodejs v18, i type npm init -y and everything seems to be ok. Then i installed react and other dependencies as following: dependencies but vscode shell shows this message:"76 vulnerabilities (12 low, 20 moderate, 40 high, 4 critical)"
What's going wrong?
thx in advance
i tried npm audit fix, npm audit fix --force but doesn't solve the problem