Skip to content

Commit 6ed3d12

Browse files
committed
fix: bump oclif/table
1 parent 8072467 commit 6ed3d12

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
@@ -45,8 +45,8 @@
4545
"dependencies": {
4646
"@inquirer/confirm": "^3.1.22",
4747
"@inquirer/password": "^2.2.0",
48-
"@oclif/table": "^0.2.0",
4948
"@oclif/core": "^4.0.27",
49+
"@oclif/table": "^0.2.1",
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.2.0":
586-
version "0.2.0"
587-
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.2.0.tgz#01330ec8f67fce1e5d79114bfb09f531c2a82bcb"
588-
integrity sha512-+JjK+btxV+Xpjn2vFqYaAO4PLEpPRw1ampQbB/5rtziZpMwwHKjSqL9qEoMm/xUE0UujqNgcTbK/dRUlfCwuXw==
585+
"@oclif/table@^0.2.1":
586+
version "0.2.1"
587+
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.2.1.tgz#99462f914638cd70325e6bb9a1510fc5fef4a903"
588+
integrity sha512-RdznMxghWq6AcZQkT0+lvUFYstyThJlyYxlJPJxunTCrPvkJXhcTDh0eUttLmjaNhqhGWaxZHXlgsga5Ecs/AQ==
589589
dependencies:
590590
"@oclif/core" "^4"
591591
"@types/react" "^18.3.11"

0 commit comments

Comments
 (0)