-
Is there an npm_support command for "update everything to latest and I'll deal with the 🔥 later…"? Otherwise
npm outdated --json | jq -r 'to_entries | .[] | "npm install \(.key)@\(.value.latest)"'
npm outdated --json | jq -r 'to_entries | .[] | "npm install \(.key)@\(.value.latest)"'