chore: deps

This commit is contained in:
iCrawl
2024-04-16 21:44:21 +02:00
parent c6721d9aa7
commit 6759f5b9c5
29 changed files with 3567 additions and 3573 deletions

View File

@@ -229,7 +229,7 @@ export class ValidationEnhancer {
continue;
}
if (collectorEntity && collectorEntity.consumable) {
if (collectorEntity?.consumable) {
if (releaseTagCompare(declarationReleaseTag, referencedReleaseTag) > 0) {
collector.messageRouter.addAnalyzerIssue(
ExtractorMessageId.IncompatibleReleaseTags,