Update npm packages
Given the rapid pace of changes, it is a given that we’ll need to update our projects’ npm packages eventually. There are several different techniques we can use to update a NodeJs project: Built-in Utilities We can check for outdated packages by running the command line npm outdated in the project’s root folder. Executing another command line npm update will update the packages according to the semantic versioning (semver) restraints