- run
brew update; brew upgrade
- run
npm outdated
to see what needs update - in Intellij, inside package.json click on the version number to get the "update" link
- or run
npm update --save
- or change the version number directly and use this syntax
brew update; brew upgrade
npm outdated
to see what needs updatenpm update --save