I have recently upgraded Angular to version 18.2.
I ran the following command:
npm install --legacy-peer-deps
I received this warning:
7 moderate severity vulnerabilities
I then ran this command:
npm audit fix --force
However, I received the following result:
42 vulnerabilities (1 low, 12 moderate, 28 high, 1 critical)
My versions:
node -v
v22.13.0
npm -v
10.9.2
ng v
How can I fix these vulnerabilities?