Skip to content

Commit fd7a3d0

Browse files
authoredFeb 10, 2025··
fix(deps): bump @oclif/table from 0.4.5 to 0.4.6 (#1038)
Bumps [@oclif/table](https://github.com/oclif/table) from 0.4.5 to 0.4.6. - [Release notes](https://github.com/oclif/table/releases) - [Changelog](https://github.com/oclif/table/blob/main/CHANGELOG.md) - [Commits](oclif/table@0.4.5...0.4.6) --- updated-dependencies: - dependency-name: "@oclif/table" 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 6cf0aec commit fd7a3d0

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed
 

‎package.json

+1-1
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.4.5",
9+
"@oclif/table": "^0.4.6",
1010
"ansis": "^3.9.0",
1111
"debug": "^4.4.0",
1212
"filesize": "^6.1.0",

‎yarn.lock

+4-5
Original file line numberDiff line numberDiff line change
@@ -1220,12 +1220,11 @@
12201220
resolved "https://registry.yarnpkg.com/@oclif/prettier-config/-/prettier-config-0.2.1.tgz#1def9f38134f9bfb229257f48a35f7d0d183dc78"
12211221
integrity sha512-XB8kwQj8zynXjIIWRm+6gO/r8Qft2xKtwBMSmq1JRqtA6TpwpqECqiu8LosBCyg2JBXuUy2lU23/L98KIR7FrQ==
12221222

1223-
"@oclif/table@^0.4.5":
1224-
version "0.4.5"
1225-
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.4.5.tgz#f878cf3b5a381351753d78f23f9fe2db3c849e41"
1226-
integrity sha512-ldqrkQjWMCsIZ+yApLMs+eVqIgdBsp7lwTPTcSn8dvEVcifmTnBbMbZidhryKlsr9G+4MgjefOZ4akJvdcPN3A==
1223+
"@oclif/table@^0.4.6":
1224+
version "0.4.6"
1225+
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.4.6.tgz#4e07fc11de9b8a3187a5ea43edce71c42811ab7e"
1226+
integrity sha512-NXh72vHHYnDrWPmVfh4i7kDydz3CXm/tSAr17fWhmWfMM+8jGn5uo6FXtvB0cd9s4skvDqzoRcsRwOeR73zIKA==
12271227
dependencies:
1228-
"@oclif/core" "^4"
12291228
"@types/react" "^18.3.12"
12301229
change-case "^5.4.4"
12311230
cli-truncate "^4.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.