npm update seems to just update the packages in dependencies, but what about devDependencies.
npm update
dependencies
devDependencies
Right now you can install
These steps worked for me :
npm install -g npm-check-updates
ncu -u
npm install