diff --git a/patches/all/@oclif+core+4.0.18.patch b/patches/all/@oclif+core+4.0.31.patch similarity index 97% rename from patches/all/@oclif+core+4.0.18.patch rename to patches/all/@oclif+core+4.0.31.patch index 2520625d..8962cb22 100644 --- a/patches/all/@oclif+core+4.0.18.patch +++ b/patches/all/@oclif+core+4.0.31.patch @@ -1,5 +1,5 @@ diff --git a/node_modules/@oclif/core/lib/help/command.js b/node_modules/@oclif/core/lib/help/command.js -index 90922c8..6b7f417 100644 +index 33105a0..0436982 100644 --- a/node_modules/@oclif/core/lib/help/command.js +++ b/node_modules/@oclif/core/lib/help/command.js @@ -58,7 +58,8 @@ class CommandHelp extends formatter_1.HelpFormatter { @@ -13,10 +13,10 @@ index 90922c8..6b7f417 100644 if (a.default) description = `${(0, theme_1.colorize)(this.config?.theme?.flagDefaultValue, `[default: ${a.default}]`)} ${description}`; diff --git a/node_modules/@oclif/core/lib/help/index.js b/node_modules/@oclif/core/lib/help/index.js -index 4a34b89..d7eb6ac 100644 +index 0b48c0e..ff4fed4 100644 --- a/node_modules/@oclif/core/lib/help/index.js +++ b/node_modules/@oclif/core/lib/help/index.js -@@ -172,11 +172,12 @@ class Help extends HelpBase { +@@ -173,11 +173,12 @@ class Help extends HelpBase { } this.log(this.formatCommand(command)); this.log('');