Skip to content

Commit bb6149e

Browse files
fix(deps): bump @oclif/table from 0.5.2 to 0.5.3
Bumps [@oclif/table](https://github.com/oclif/table) from 0.5.2 to 0.5.3. - [Release notes](https://github.com/oclif/table/releases) - [Changelog](https://github.com/oclif/table/blob/main/CHANGELOG.md) - [Commits](oclif/table@0.5.2...0.5.3) --- updated-dependencies: - dependency-name: "@oclif/table" dependency-version: 0.5.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8113be1 commit bb6149e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"@inquirer/select": "^2.5.0",
88
"@oclif/core": "^4",
9-
"@oclif/table": "^0.5.2",
9+
"@oclif/table": "^0.5.3",
1010
"ansis": "^3.17.0",
1111
"debug": "^4.4.1",
1212
"filesize": "^6.1.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1461,10 +1461,10 @@
14611461
resolved "https://registry.yarnpkg.com/@oclif/prettier-config/-/prettier-config-0.2.1.tgz#1def9f38134f9bfb229257f48a35f7d0d183dc78"
14621462
integrity sha512-XB8kwQj8zynXjIIWRm+6gO/r8Qft2xKtwBMSmq1JRqtA6TpwpqECqiu8LosBCyg2JBXuUy2lU23/L98KIR7FrQ==
14631463

1464-
"@oclif/table@^0.5.2":
1465-
version "0.5.2"
1466-
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.5.2.tgz#ddedab03c61086050dd10047cb05dcea6893839c"
1467-
integrity sha512-7QnG9tqVEDqRbCZGvCU1uueoLWdiSVqFmslOfEpEW++XkqLi8hKu3TX6J22yqrvgCwx9CnNeAkaOD2UZ9NoWKw==
1464+
"@oclif/table@^0.5.3":
1465+
version "0.5.3"
1466+
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.5.3.tgz#ed9bbb4b7895798f516ada48d6414ea62acd66d3"
1467+
integrity sha512-eePQ9HmLxPssZApYc1Jgj7ClKfGynpur0rFHOCZ+JeMeb9bJtLwaFXd9Nnskt9xEllGVc762XpxC3sqH6cM/uA==
14681468
dependencies:
14691469
"@types/react" "^18.3.12"
14701470
change-case "^5.4.4"

0 commit comments

Comments
 (0)