npx latest-in-range [...names]
Reads your package.json and updates each semver range to the latest published version in that range. Examples:
"lodash": "^3.0.0"
=>"lodash": "^3.11.0"
"lodash": "~4.11.0"
=>"lodash": "~4.11.2"
Filter the package names to be updated by providing additional arguments eg npx latest-in-range jest