Is there a single command that would upgrade all my Angular components?
When I do ng v in a VS Code terminal (globally) to see my Angular version, I get this:
However, when I go into my project's directory, I get the following:
Is there any way I can upgrade everything to the latest existing versions without having to run commands for every single component?

