Hi all, sorry if this is a duplicate, but I couldn't really find anything on this, although I've only been messing around with Dagger (in terms of actually trying to use it) for a few hours so maybe it'd be self explanitory over time.
Let's say I have a repository and I start using Dagger to run tests locally and in a CI/CD pipeline.
Based on the examples for NodeJS/TypeScript, in the dagger folder there will be package.json, yarn.lock, etc.
Now let's say a few months pass by. I would assume at this point there will be updates to dependencies, and perhaps updates to Dagger which would require updated dependencies.
Are these handled automatically if you run some arbitrary Dagger command, or is there a specific command to update the dependencies?