class Dependabot::Uv::FileUpdater::LockFileUpdater

def run_command(command, fingerprint: nil)

def run_command(command, fingerprint: nil)
  SharedHelpers.run_shell_command(command, fingerprint: fingerprint)
end