It depends on the semantic versioning defined in the package.json, to make it simple the following command will update your package to the latest version npm install <pkg>@latest. See here
Yes npm install works perfectly. To be safe, use the following command to update the node to a specific version (in case that future updates break anything). For example: