@coana-tech/cli 14.11.10 → 14.11.11

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.
Files changed (2) hide show
  1. package/cli.mjs +2 -2
  2. package/package.json +1 -1
package/cli.mjs CHANGED
@@ -225341,7 +225341,7 @@ async function onlineScan(dependencyTree, apiKey, timeout) {
225341
225341
  }
225342
225342
 
225343
225343
  // dist/version.js
225344
- var version2 = "14.11.10";
225344
+ var version2 = "14.11.11";
225345
225345
 
225346
225346
  // dist/cli-core.js
225347
225347
  var { mapValues, omit, partition, pick } = import_lodash15.default;
@@ -225776,7 +225776,7 @@ Subproject: ${subproject}`);
225776
225776
  }
225777
225777
  async runReachabilityAnalysisForWorkspaces(workspacePathToDataForAnalysis, workspaceToVulnerabilities, workspaceToDirectDependencies, otherModulesCommunicator, subprojectPath, ecosystem, reachabilitySupported) {
225778
225778
  const workspaceToAugmentedVulnerabilities = Object.fromEntries(await asyncMap(Object.keys(workspacePathToDataForAnalysis), async (workspacePath) => {
225779
- const vulnerabilities = workspaceToVulnerabilities[workspacePath];
225779
+ const vulnerabilities = workspaceToVulnerabilities[workspacePath] ?? [];
225780
225780
  try {
225781
225781
  const dataForAnalysis = workspacePathToDataForAnalysis[workspacePath];
225782
225782
  const augmentedVulnerabilities = reachabilitySupported && !this.shouldExcludeAnalyzingWorkspace(subprojectPath, workspacePath) ? await this.runReachabilityAnalysis(otherModulesCommunicator, subprojectPath, workspacePath, dataForAnalysis, ecosystem, vulnerabilities) : vulnerabilities.map((v) => ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coana-tech/cli",
3
- "version": "14.11.10",
3
+ "version": "14.11.11",
4
4
  "description": "Coana CLI",
5
5
  "type": "module",
6
6
  "bin": {