import { type CollectResult } from "https://deno.land/x/molt@0.17.2/lib/update.ts";
The result of collecting dependencies.
Properties
locks: LockPart[]
Partial lockfiles for all dependencies found, which will be used to update the lockfile.
updates: DependencyUpdate[]
The updates to dependencies.