Keeping node_modules up to date

I want to keep a project directory up to date, making sure I’m on top of changes and updates to frameworks and other packages I use.

The Angular CLI has a command for that. But what of the Ionic CLI? If it’s there I’m not seeing it.
After updating global Ionic CLI, is there a command I can run to update local Ionic packages and package.json?

This is more a package manager question than a framework question. I use npm, so that means npm up. I’m sure yarn has something similar.

Cool thanks. Good to know.