update npm package manually code example
Example 1: update all dependencies npm
npm update //update all local packages
Example 2: npm get latest version of package
npm show {pkg} version
npm update //update all local packages
npm show {pkg} version