After doing the npm audit most of them were resolved by the npm audit fix but some got No Fix Available, For those, I tried installing that dependency but could not resolve it.See this screenshot of audit report
Asked
Active
Viewed 227 times
0
-
"No fix available" means you _can't_ resolve it, you either have to tolerate it or migrate to other dependencies. – jonrsharpe Sep 27 '22 at 11:47
-
@jonrsharpe migrate to other dependencies means installing those dependencies, eq. convert-excel-to-json * Depends on vulnerable versions of magicli Depends on vulnerable versions of xlsx For that I tried installing these but not able to resolve those – Dimple Varshney Sep 27 '22 at 12:08