From f4facb555369166312ca3f96da0305ba89cdcca5 Mon Sep 17 00:00:00 2001 From: Jamie Feingold Date: Tue, 28 Apr 2026 13:06:04 -0500 Subject: [PATCH] fix: updated to new @oclif/table @W-22163225@ --- package.json | 2 +- yarn.lock | 22 ++++++++++++++++++---- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 695048265..3dd6fc92a 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@inquirer/confirm": "^6.0.12", "@inquirer/password": "^5.0.12", "@oclif/core": "^4.10.6", - "@oclif/table": "^0.5.4", + "@oclif/table": "^0.5.5", "@salesforce/core": "^8.28.4", "@salesforce/kit": "^3.2.3", "@salesforce/ts-types": "^2.0.12", diff --git a/yarn.lock b/yarn.lock index 5f6d6285e..9b15e5962 100644 --- a/yarn.lock +++ b/yarn.lock @@ -629,10 +629,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/table@^0.5.4": - version "0.5.4" - resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.5.4.tgz#a6b9845c50bcaeb15d7cfcb1dee36cc8078446e6" - integrity sha512-tIW7JTfO/t19cfOZofxEi16GAV12osvuSwdDHQ6ltIYtNeDyT8vJqdqo5NmyKNNwUy6V1DoGsVhJtPTFabR4hg== +"@oclif/table@^0.5.5": + version "0.5.5" + resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.5.5.tgz#bbe455aa636d95ae99723efac9ede1884adb891f" + integrity sha512-ppjPNFf5bL28KiiMIxyDwXhGJ3ke7MFg532k8bkaInavv84zRgoLhc+5ocZMX1EPToqgSsZAn8bQhaZz07enww== dependencies: "@types/react" "^18.3.12" change-case "^5.4.4" @@ -641,6 +641,7 @@ natural-orderby "^3.0.2" object-hash "^3.0.0" react "^18.3.1" + string-width "^8.2.0" strip-ansi "^7.1.2" wrap-ansi "^9.0.2" @@ -2756,6 +2757,11 @@ get-east-asian-width@^1.0.0: resolved "https://registry.yarnpkg.com/get-east-asian-width/-/get-east-asian-width-1.2.0.tgz#5e6ebd9baee6fb8b7b6bd505221065f0cd91f64e" integrity sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA== +get-east-asian-width@^1.5.0: + version "1.5.0" + resolved "https://registry.yarnpkg.com/get-east-asian-width/-/get-east-asian-width-1.5.0.tgz#ce7008fe345edcf5497a6f557cfa54bc318a9ce7" + integrity sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA== + get-func-name@^2.0.1, get-func-name@^2.0.2: version "2.0.2" resolved "https://registry.yarnpkg.com/get-func-name/-/get-func-name-2.0.2.tgz#0d7cf20cd13fda808669ffa88f4ffc7a3943fc41" @@ -5201,6 +5207,14 @@ string-width@^7.0.0: get-east-asian-width "^1.0.0" strip-ansi "^7.1.0" +string-width@^8.2.0: + version "8.2.1" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-8.2.1.tgz#165089cfa527cc88fbc23dd73313f5e334af1ea1" + integrity sha512-IIaP0g3iy9Cyy18w3M9YcaDudujEAVHKt3a3QJg1+sr/oX96TbaGUubG0hJyCjCBThFH+tFpcIyoUHUn1ogaLA== + dependencies: + get-east-asian-width "^1.5.0" + strip-ansi "^7.1.2" + string.prototype.trim@^1.2.8: version "1.2.8" resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz#f9ac6f8af4bd55ddfa8895e6aea92a96395393bd"