NPM is notifying me about vulnerabilities

Question

At initial installation with npm install the audit functionality of npm sometimes warns about vulnerabilites like the following:

11 vulnerabilities (1 moderate, 10 high)

Do I have to be concerned about that?

Answer

As suggested by this post, this is not too much of a problem.

Most of this can be fixed by running npm audit fix.

cc @mhamiltonj

Edited by Lukas Emberger