Skip to content

Commit 524eca1

Browse files
fix(deps): bump @oclif/table from 0.5.0 to 0.5.1 (#1224)
Bumps [@oclif/table](https://github.com/oclif/table) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/oclif/table/releases) - [Changelog](https://github.com/oclif/table/blob/main/CHANGELOG.md) - [Commits](oclif/table@0.5.0...0.5.1) --- updated-dependencies: - dependency-name: "@oclif/table" dependency-version: 0.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 95324a0 commit 524eca1

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.0",
9+
"@oclif/table": "^0.5.1",
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
@@ -1653,10 +1653,10 @@
16531653
resolved "https://registry.yarnpkg.com/@oclif/prettier-config/-/prettier-config-0.2.1.tgz#1def9f38134f9bfb229257f48a35f7d0d183dc78"
16541654
integrity sha512-XB8kwQj8zynXjIIWRm+6gO/r8Qft2xKtwBMSmq1JRqtA6TpwpqECqiu8LosBCyg2JBXuUy2lU23/L98KIR7FrQ==
16551655

1656-
"@oclif/table@^0.5.0":
1657-
version "0.5.0"
1658-
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.5.0.tgz#d84f6ba1ab38092cebf7c4712671ab0348ea74ee"
1659-
integrity sha512-qXVucBYc/81SNZRDpKgZLr3WNX6qPUN9Ukqr5wWPMmUSzzOnusln3KuTzzWoB1IIafmqrq27QCozkLyvY7ymmw==
1656+
"@oclif/table@^0.5.1":
1657+
version "0.5.1"
1658+
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.5.1.tgz#4219c1b4f964dab051dbdeab83fe8d859625acb2"
1659+
integrity sha512-k/68jl8SqJEGh+SgUYS93GK+G+EIWENuQQfJgdQBP+DP7G3evGRbe9ajdSVaL5ldMOfgZ4se4mfrEkiEVIiVvQ==
16601660
dependencies:
16611661
"@types/react" "^18.3.12"
16621662
change-case "^5.4.4"

0 commit comments

Comments
 (0)