From e895eb82efa9828370f4b8e7951525ba701f7772 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 12:53:57 +0000 Subject: [PATCH] fix(deps): bump @oclif/table from 0.5.6 to 0.5.7 Bumps [@oclif/table](https://github.com/oclif/table) from 0.5.6 to 0.5.7. - [Release notes](https://github.com/oclif/table/releases) - [Changelog](https://github.com/oclif/table/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/table/compare/0.5.6...0.5.7) --- updated-dependencies: - dependency-name: "@oclif/table" dependency-version: 0.5.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5b27cb04..7447fc33 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "@inquirer/select": "^2.5.0", "@oclif/core": "^4", - "@oclif/table": "^0.5.6", + "@oclif/table": "^0.5.7", "ansis": "^3.17.0", "debug": "^4.4.1", "filesize": "^6.1.0", diff --git a/yarn.lock b/yarn.lock index 8d6f0f4b..4d93bf65 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1419,10 +1419,10 @@ resolved "https://registry.yarnpkg.com/@oclif/prettier-config/-/prettier-config-0.2.1.tgz#1def9f38134f9bfb229257f48a35f7d0d183dc78" integrity sha512-XB8kwQj8zynXjIIWRm+6gO/r8Qft2xKtwBMSmq1JRqtA6TpwpqECqiu8LosBCyg2JBXuUy2lU23/L98KIR7FrQ== -"@oclif/table@^0.5.6": - version "0.5.6" - resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.5.6.tgz#cc22cc3f620c9f23bdb734b0dd6f97cdda4a0f28" - integrity sha512-W0SlIIkcqYxRSbZVw+VnFPT6hStjm5OoMduli35569OXezBPS92yNsoIA9jAuAt3lVIGlnUIetnAUUjs+yLHKg== +"@oclif/table@^0.5.7": + version "0.5.7" + resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.5.7.tgz#0198755a73fb4c8f4738dc472fab50b5a31cd19e" + integrity sha512-iS7gXzOhUf2toij0pxkcD6sPnXzr/j4eLugHwjSKI2+WgytjUycP7A3i6OIvXDrIGMuq8+S7wgZ7tCC1I18q+Q== dependencies: "@types/react" "^18.3.12" change-case "^5.4.4"