dependabot-npm_and_yarn 0.302.0 → 0.304.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -64,7 +64,7 @@ module Dependabot
64
64
  end
65
65
 
66
66
  def registry
67
- NpmAndYarn::UpdateChecker::RegistryFinder.new(
67
+ Package::RegistryFinder.new(
68
68
  dependency: nil,
69
69
  credentials: credentials,
70
70
  npmrc_file: dependency_files.find { |f| f.name.end_with?(".npmrc") },