Skip to content

Commit 79bc285

Browse files
fix(deps): bump @oclif/table from 0.4.8 to 0.4.9 (#1129)
Bumps [@oclif/table](https://github.com/oclif/table) from 0.4.8 to 0.4.9. - [Release notes](https://github.com/oclif/table/releases) - [Changelog](https://github.com/oclif/table/blob/main/CHANGELOG.md) - [Commits](oclif/table@0.4.8...0.4.9) --- updated-dependencies: - dependency-name: "@oclif/table" dependency-version: 0.4.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5c6483f commit 79bc285

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.4.8",
9+
"@oclif/table": "^0.4.9",
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
@@ -1542,10 +1542,10 @@
15421542
resolved "https://registry.yarnpkg.com/@oclif/prettier-config/-/prettier-config-0.2.1.tgz#1def9f38134f9bfb229257f48a35f7d0d183dc78"
15431543
integrity sha512-XB8kwQj8zynXjIIWRm+6gO/r8Qft2xKtwBMSmq1JRqtA6TpwpqECqiu8LosBCyg2JBXuUy2lU23/L98KIR7FrQ==
15441544

1545-
"@oclif/table@^0.4.8":
1546-
version "0.4.8"
1547-
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.4.8.tgz#38c38fc771ccc3754d2fe37f7279ce65c3d9ab8b"
1548-
integrity sha512-HgyeNTyUF67OQ2eOCFia0mfxyPFcPwa8sIq1SiiZf8oxw6JtUciWGXb0cmmo5vnbxRJ3er0PHLwMV0/hBG6NWw==
1545+
"@oclif/table@^0.4.9":
1546+
version "0.4.9"
1547+
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.4.9.tgz#bf1057e523d948aad8578d4bb721009589bed1b4"
1548+
integrity sha512-j6M16G2qXhQCZ3e6TffYmJgBdl0sha0/P1X8xpZpaXMvNHE7nWGGvScUACwvMn64XoSLHzLC9yEcaI5IpH0kYg==
15491549
dependencies:
15501550
"@types/react" "^18.3.12"
15511551
change-case "^5.4.4"

0 commit comments

Comments
 (0)