class Dependabot::Uv::FileUpdater::LockFileUpdater

def run_command(command, fingerprint: nil)

def run_command(command, fingerprint: nil)
  Dependabot.logger.info("Running command: #{command}")
  SharedHelpers.run_shell_command(command, fingerprint: fingerprint)
end