Skip to content

Commit 19a5868

Browse files
committed
fix: bump oclif/table
1 parent 4cea4fc commit 19a5868

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
@@ -46,7 +46,7 @@
4646
"@inquirer/confirm": "^3.1.22",
4747
"@inquirer/password": "^2.2.0",
4848
"@oclif/core": "^4.0.27",
49-
"@oclif/table": "^0.3.0",
49+
"@oclif/table": "^0.3.2",
5050
"@salesforce/core": "^8.5.1",
5151
"@salesforce/kit": "^3.2.3",
5252
"@salesforce/ts-types": "^2.0.12",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -582,10 +582,10 @@
582582
wordwrap "^1.0.0"
583583
wrap-ansi "^7.0.0"
584584

585-
"@oclif/table@^0.3.0":
586-
version "0.3.0"
587-
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.3.0.tgz#b87ba5d20e7e84a1d4744e68c64093dbc8bd8de9"
588-
integrity sha512-HzUUyNcoEzfyvzzXL1evLZmiMBZ2SnH41lNHpoKJZJR4uCdiMkOzlkLf9M326qLmRJTDpKnUHgIZD778T647gg==
585+
"@oclif/table@^0.3.2":
586+
version "0.3.2"
587+
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.3.2.tgz#192a310488af67a7341ba203a0e3a0d67f1d8693"
588+
integrity sha512-H8B41sRuXByT4E3ROSICbiQBbZDD3Kw30vYkJlPvKbE5QGEd11hPo+P9ahdGLA3AY0SkTflfTily8fFhHT0WDA==
589589
dependencies:
590590
"@oclif/core" "^4"
591591
"@types/react" "^18.3.12"

0 commit comments

Comments
 (0)