I would update some packages due to some security vulnerabilities such as morgan and migrate off npm's package-lock.json to yarn because of a deterministic package dependency tree and just objectively better caching algorithm for dev needs.
The yarn migration is quite simple:
https://yarnpkg.com/lang/en/docs/migrating-from-npm/
I would update some packages due to some security vulnerabilities such as
morganand migrate offnpm'spackage-lock.jsontoyarnbecause of a deterministic package dependency tree and just objectively better caching algorithm for dev needs.The
yarnmigration is quite simple:https://yarnpkg.com/lang/en/docs/migrating-from-npm/