npm update manually code example
Example 1: update node.js dependencies
npm install -g npm-check-updates
ncu -u
npm update
npm install
Example 2: npm get latest version of package
npm show {pkg} version
npm install -g npm-check-updates
ncu -u
npm update
npm install
npm show {pkg} version