It's a good practice to periodically update the packages your application depends on. Then, if the original developers have improved their code, your code will be improved as well.
To do this:
npm update
in the same directory as the package.json
file of the application that you want to update.npm outdated
. There should not be any results.Last modified December 22, 2017 Found a typo? Send a pull request!