@coana-tech/cli 14.12.55 → 14.12.57
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.
- package/cli.mjs +2 -2
- package/package.json +1 -1
- package/repos/coana-tech/alucard/alucard.jar +0 -0
- package/repos/coana-tech/goana/bin/goana-darwin-amd64.gz +0 -0
- package/repos/coana-tech/goana/bin/goana-darwin-arm64.gz +0 -0
- package/repos/coana-tech/goana/bin/goana-linux-amd64.gz +0 -0
- package/repos/coana-tech/goana/bin/goana-linux-arm64.gz +0 -0
package/cli.mjs
CHANGED
|
@@ -219681,7 +219681,7 @@ async function computeFixesAndUpgradePurls(path2, options, logFile) {
|
|
|
219681
219681
|
logger.info(` - ${ghsa} (${ghsaToVulnerableArtifactIdsToApply[ghsa].map((id) => simplePurl(artifacts[id].type, artifacts[id].namespace ?? null, artifacts[id].name ?? "", artifacts[id].version ?? null)).join(", ")})`);
|
|
219682
219682
|
}
|
|
219683
219683
|
const fixesFound = Object.entries(computedFix.ghsaToResult).filter(([_, result]) => result.failedArtifacts === void 0 || result.failedArtifacts.length === 0);
|
|
219684
|
-
if (options.
|
|
219684
|
+
if (options.showAffectedDirectDependencies) {
|
|
219685
219685
|
return computeDirectDependencyUpgrades(artifacts, fixesFound);
|
|
219686
219686
|
}
|
|
219687
219687
|
const combinedFixes = fixesFound.flatMap(([_, result]) => result.fixes);
|
|
@@ -235408,7 +235408,7 @@ async function onlineScan(dependencyTree, apiKey, timeout) {
|
|
|
235408
235408
|
}
|
|
235409
235409
|
|
|
235410
235410
|
// dist/version.js
|
|
235411
|
-
var version2 = "14.12.
|
|
235411
|
+
var version2 = "14.12.57";
|
|
235412
235412
|
|
|
235413
235413
|
// dist/cli-core.js
|
|
235414
235414
|
var { mapValues, omit, partition, pick } = import_lodash15.default;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|