From 4d6f0150f1359f1fa2d38f38d6f6bffbbf6989d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 01:46:24 -0700 Subject: [PATCH] fix(deps): bump @oclif/table from 0.3.7 to 0.3.9 (#831) Bumps [@oclif/table](https://github.com/oclif/table) from 0.3.7 to 0.3.9. - [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.3.7...0.3.9) --- updated-dependencies: - dependency-name: "@oclif/table" dependency-type: direct:production update-type: version-update:semver-patch ... 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 0edb214d..8dfaf167 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.3.7", + "@oclif/table": "^0.3.9", "lodash": "^4.17.21", "object-treeify": "^4.0.1" }, diff --git a/yarn.lock b/yarn.lock index 5e660446..0b070343 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1798,10 +1798,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.3.7": - version "0.3.7" - resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.3.7.tgz#b13fb4525413c570cf1c34c8f6da9e13ea7ced0e" - integrity sha512-ixk/2swooqgg07N3mICe3gvkq/G4Au3jNMaRNCWIfWtcoyT+tTrOQxD+Ead0wMBuZl/J+CyEwImIjJqC21P1kA== +"@oclif/table@^0.3.9": + version "0.3.9" + resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.3.9.tgz#9bbdfe64c6da94da20d668bd244b3c2dabb7ae6e" + integrity sha512-JjWIg6kZ4of8D9++9xAkc39CWCBayPlrzI7NCEqtu8GxV39YALCNl8462JoSGcasPl85IQ9N7jiTSMFkIK7hfA== dependencies: "@oclif/core" "^4" "@types/react" "^18.3.12"