[NodeJS] – How to update all dependencies into `package.json` file to the latest version?

npm i -g npm-check-updates
npm-check-updates -u
npm install

Leave a comment