snyk 1.905.0 → 1.906.0

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.
@@ -2193,7 +2193,7 @@ function getIacDisplayedIssues(results, outputMeta) {
2193
2193
  const issues = formattedResults.results[severity];
2194
2194
  output +=
2195
2195
  os_1.EOL +
2196
- color_utils_1.severityColor[severity](chalk_1.default.bold(`${capitalize(severity)} Severity Issues: ${issues.length}`)) +
2196
+ color_utils_1.severityColor[severity](`${capitalize(severity)} Severity Issues: ${issues.length}`) +
2197
2197
  os_1.EOL.repeat(2);
2198
2198
  output += getIssuesOutput(issues);
2199
2199
  debug(`iac display output - ${severity} severity ${issues.length} issues`);