From 5e9e11bab3edd1897cca228411ba49a172db43ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 12:11:13 +0000 Subject: [PATCH] fix(deps): bump @oclif/table from 0.4.3 to 0.4.5 Bumps [@oclif/table](https://github.com/oclif/table) from 0.4.3 to 0.4.5. - [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.4.3...0.4.5) --- updated-dependencies: - dependency-name: "@oclif/table" 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 d38a96d7..c5b74d26 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "@inquirer/select": "^2.5.0", "@oclif/core": "^4", - "@oclif/table": "^0.4.3", + "@oclif/table": "^0.4.5", "ansis": "^3.9.0", "debug": "^4.4.0", "filesize": "^6.1.0", diff --git a/yarn.lock b/yarn.lock index 100f0e18..531fa7b3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1215,10 +1215,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.4.3": - version "0.4.3" - resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.4.3.tgz#5766e0f745f6533575843eabc59259c269d4e87f" - integrity sha512-fioTULPaOilLeLVKfgcd7cJXzFBHeRKumjYcj3NeuYiyl6J4EcaCDYsy6tSyrBASqoWD0xzc5Hv21zCLG0CS+g== +"@oclif/table@^0.4.5": + version "0.4.5" + resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.4.5.tgz#f878cf3b5a381351753d78f23f9fe2db3c849e41" + integrity sha512-ldqrkQjWMCsIZ+yApLMs+eVqIgdBsp7lwTPTcSn8dvEVcifmTnBbMbZidhryKlsr9G+4MgjefOZ4akJvdcPN3A== dependencies: "@oclif/core" "^4" "@types/react" "^18.3.12"