Back to TILs

Update all the node.js dependencies to their last version

Date: 2022-09-25Last modified: 2023-03-07
npm install -g npm-check-updates
ncu -u
npm install