From ebd7de4ac02a35e206a50d4065d75e40f0181917 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 04:45:12 -0700 Subject: [PATCH] fix(deps): bump @oclif/table from 0.3.3 to 0.3.5 (#977) Bumps [@oclif/table](https://github.com/oclif/table) from 0.3.3 to 0.3.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.3.3...0.3.5) --- 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 797e40fd..c022b545 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "@inquirer/select": "^2.5.0", "@oclif/core": "^4", - "@oclif/table": "^0.3.3", + "@oclif/table": "^0.3.5", "ansis": "^3.3.2", "debug": "^4.3.7", "filesize": "^6.1.0", diff --git a/yarn.lock b/yarn.lock index e3e1d36b..266e15a2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1199,10 +1199,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.3": - version "0.3.3" - resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.3.3.tgz#5dc1c98cfa5415b131d77c85048df187fc241d12" - integrity sha512-sz6gGT1JAPP743vxl1491hxboIu0ZFHaP3gyvhz5Prgsuljp2NGyyu7JPEMeVImCnZ9N3K9cy3VXxRFEwRH/ig== +"@oclif/table@^0.3.5": + version "0.3.5" + resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.3.5.tgz#118149eab364f3485eab5c9fd0d717c56082bacb" + integrity sha512-1IjoVz7WAdUdBW5vYIRc6wt9N7Ezwll6AtdmeqLQ8lUmB9gQJVyeb7dqXtUaUvIG7bZMvryfPe6Xibeo5FTCWA== dependencies: "@oclif/core" "^4" "@types/react" "^18.3.12"