npm update seems to just update the packages in dependencies, but what about devDependencies.
npm update
dependencies
devDependencies
Right now you can install
Install npm-check-updates (https://www.npmjs.org/package/npm-check-updates), then jump into your project folder and run:
npm-check-updates
And to update and save changes to your package.json file:
npm-check-updates -u