Skip to content

Commit

Permalink
removing any
Browse files Browse the repository at this point in the history
  • Loading branch information
robaiken committed Feb 4, 2025
1 parent 5edee2b commit 13c0b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npm_and_yarn/lib/dependabot/npm_and_yarn/file_parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def parse # rubocop:disable Metrics/PerceivedComplexity
dependency_set = DependencySet.new
dependency_set += manifest_dependencies
dependency_set += lockfile_dependencies
dependency_set += workspace_catalog_dependencies if pnpm_workspace_yml.any?
dependency_set += workspace_catalog_dependencies if pnpm_workspace_yml

dependencies = Helpers.dependencies_with_all_versions_metadata(dependency_set)

Expand Down

0 comments on commit 13c0b39

Please # to comment.