Skip to content

Commit

Permalink
Update lib/modules/manager/npm/update/locked-dependency/yarn-lock/get…
Browse files Browse the repository at this point in the history
…-locked.ts

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
  • Loading branch information
rarkins and viceice committed May 15, 2023
1 parent 6fe6515 commit 5fbafee
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ export function getYarn2LockedDependencies(
if (entryName === depName && entry?.version === currentVersion) {
res.push({ entry, depNameConstraint, depName, constraint });
}
if (entryName === depName && entry?.version === currentVersion) {
res.push({ entry, depNameConstraint, depName, constraint });
}
}
}
} catch (err) /* istanbul ignore next */ {
Expand Down

0 comments on commit 5fbafee

Please sign in to comment.