Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyMitch committed Jul 11, 2024
1 parent 51ede4c commit 2dfd1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/helpers/npm-audit/enhance-vulnerability-list.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const enhanceVulnerabilityList = async (auditResult, directoryPath) => {
parentInfo?.childDependencies
).hasOwnProperty(parentDep.name)
? parentInfo?.childDependencies[vuln.name]
: null;
: false;
const fixAvailableIncludesParentDep =
vuln.fixAvailable.name === parentDep.name;
const fixAvailable =
Expand Down

0 comments on commit 2dfd1d4

Please sign in to comment.