node.js - When updating all modules with npm update, how to update package.json synchronously?
When using the npm update command to update all modules, how to synchronously update the version numbers in devDependencies and dependencies in package.json?