import { collectUpdateFromLockFile } from "https://deno.land/x/molt@0.17.2/lib/lockfile.ts";
Collect updates to dependencies in the given lockfile.
Returns
Promise<DependencyUpdate<"lockfile">[]>
The collected updates to dependencies.
import { collectUpdateFromLockFile } from "https://deno.land/x/molt@0.17.2/lib/lockfile.ts";
Collect updates to dependencies in the given lockfile.
The collected updates to dependencies.