When I'm trying to run 'npm update' I get 31 vulnerabilities. 'npm audit fix' and 'npm audit fix --force'. Do not seem to help. I think I need to manually update the vulnerabilities. But how do I do this?
A piece of of the output after running 'npm audit' shows this: enter image description here
I've also tried to do "npm update [package]" on the packages that are indicated in the npm audit report. But everything is already up to date.