Easily upgrade your npm components in your applications.
This program uses the npm outdated
command. It generates a new command to update your components from the output of this command.
npm install -g outdated-updater
Run this command where package.json is located.
~$: cd /path/your/app/
~$: ls
...
package.json
...
~$: outdated-updater