Update TIDO's dependencies
When installing TIDO I recognized that we have some outdated dependencies:
npm i
up to date, audited 2394 packages in 10s
34 vulnerabilities (12 moderate, 21 high, 1 critical)
To address issues that do not require attention, run:
npm audit fix
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.
Especially the "high" and "critical" vulnerabilities should be tended to.