From 9dca03b51eea3b2cfd0af7b6145251c5d7a5f106 Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Tue, 7 Jul 2026 12:42:13 -0300 Subject: [PATCH] fix: remove the separator for dep update Signed-off-by: RafaelGSS --- lib/prepare_security.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/prepare_security.js b/lib/prepare_security.js index 4342d881..b0ab70cb 100644 --- a/lib/prepare_security.js +++ b/lib/prepare_security.js @@ -388,8 +388,6 @@ export default class PrepareSecurityRelease extends SecurityRelease { async getDependencyUpdates() { const deps = []; - this.cli.log('\n'); - this.cli.separator('Dependency Updates'); const updates = await this.cli.prompt('Are there dependency updates in this security release?', { defaultAnswer: true,