From 2dfd1d40ae6aefa63024d6029e945b167bc31d5a Mon Sep 17 00:00:00 2001 From: BradyMitch Date: Thu, 11 Jul 2024 09:52:05 -0700 Subject: [PATCH] Test --- .github/helpers/npm-audit/enhance-vulnerability-list.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/helpers/npm-audit/enhance-vulnerability-list.cjs b/.github/helpers/npm-audit/enhance-vulnerability-list.cjs index 145ff078c..2968ae515 100644 --- a/.github/helpers/npm-audit/enhance-vulnerability-list.cjs +++ b/.github/helpers/npm-audit/enhance-vulnerability-list.cjs @@ -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 =