Hello Radzen team,
When I update Radzen and have tu update node packages, it shows many vulnerabilities.
Should this be a concern? Is it safe to run npm audit fix as they suggest?

Hello Radzen team,
When I update Radzen and have tu update node packages, it shows many vulnerabilities.
Should this be a concern? Is it safe to run npm audit fix as they suggest?

You can try running npm audit fix but there is always a chance something may not work after that. Those a transitive dependencies (dependencies of a dependency) and Radzen doesn't have much control over them.
That's more or less what I thought. Thanks