Earlier quoted context omitted.
The Deno solution is either: * A deps.ts that handles all external dependencies and re-exports them * Import maps Neither of these really give you a way to do the equivalent of "npm update". But I almost never want to update all my packages at once.
You don’t like checking for security updates?
I don't like running "npm update" to try and get security updates, though. npm packages aren't very rigorous about PATCH level changes.