From 19ad90b01967cba712e0914d03d27d7b1370893b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 05:46:29 -0600 Subject: [PATCH] fix(deps): bump @oclif/table from 0.1.17 to 0.2.3 (#795) Bumps [@oclif/table](https://github.com/oclif/table) from 0.1.17 to 0.2.3. - [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.1.17...0.2.3) --- updated-dependencies: - dependency-name: "@oclif/table" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 98d896b1..6df67dc7 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "bugs": "https://github.com/oclif/plugin-commands/issues", "dependencies": { "@oclif/core": "^4", - "@oclif/table": "^0.1.17", + "@oclif/table": "^0.2.3", "lodash": "^4.17.21", "object-treeify": "^4.0.1" }, diff --git a/yarn.lock b/yarn.lock index e4da0356..e72706f0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1306,10 +1306,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.1.17": - version "0.1.17" - resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.1.17.tgz#8877663f7354ac96a6fc167448934572440c7634" - integrity sha512-x7ffsCMeqTM6oECg2cd3MDTGTWx19oOxIMEVOVk0qvsfrQfsecB4m7dQh9W6+VLvGg/bkxJKHB14Ytf8ieiqmw== +"@oclif/table@^0.2.3": + version "0.2.3" + resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.2.3.tgz#f17d220ab7ebe5ea4f9560800961666f93206df9" + integrity sha512-9QL3jhwbgANY+9z0pK6m3oSyI0Mk4s28MD7NVG7yu59v7FajsljvyyuPOyraUS/c+SaQy6/zKyZiyiXJ/cqx2g== dependencies: "@oclif/core" "^4" "@types/react" "^18.3.11"