Every so often, you should update the packages you depend on so you can get any changes that have been made to code upstream.
To do this, run npm update in the same directory as your package.json file.
Test: Run npm outdated. There should not be any results.
Last modified December 29, 2015 Found a typo? Send a pull request!