In every applications life-cycle comes a day where it's components needs to be updated. Everyone knows the pain of updating every single dependency one-by-one. Well here you just need to issue the command:
npm update (-g)
If the "-g" is there then npm will update the global packages.