Skip to content

Commit d989e0e

Browse files
authored
fix: bump @oclif/table (#779)
1 parent 9cea420 commit d989e0e

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
"bugs": "https://github.com/oclif/plugin-commands/issues",
77
"dependencies": {
88
"@oclif/core": "^4",
9-
"@oclif/table": "^0.1.16",
9+
"@oclif/table": "^0.1.17",
1010
"lodash": "^4.17.21",
1111
"object-treeify": "^4.0.1"
1212
},

yarn.lock

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

1652-
"@oclif/table@^0.1.16":
1653-
version "0.1.16"
1654-
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.1.16.tgz#e12c532278bc4afed8b331e2a83087dea8cf30cd"
1655-
integrity sha512-X+kJyUs1ViqLHhOUzi6NF1r3PRVMSp4BEAm/nq0E+KaRzQddAK4QVXhpugUkb2H7Ea+nuVTfG05ZZqXpg9uktg==
1652+
"@oclif/table@^0.1.17":
1653+
version "0.1.17"
1654+
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.1.17.tgz#8877663f7354ac96a6fc167448934572440c7634"
1655+
integrity sha512-x7ffsCMeqTM6oECg2cd3MDTGTWx19oOxIMEVOVk0qvsfrQfsecB4m7dQh9W6+VLvGg/bkxJKHB14Ytf8ieiqmw==
16561656
dependencies:
16571657
"@oclif/core" "^4"
16581658
"@types/react" "^18.3.11"

0 commit comments

Comments
 (0)