Skip to content

Commit

Permalink
fix: bump oclif/table
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Oct 22, 2024
1 parent cc949ba commit 4831534
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"@inquirer/confirm": "^3.1.22",
"@inquirer/password": "^2.2.0",
"@oclif/table": "^0.1.24",
"@oclif/table": "^0.2.0",
"@oclif/core": "^4.0.27",
"@salesforce/core": "^8.5.1",
"@salesforce/kit": "^3.2.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -582,10 +582,10 @@
wordwrap "^1.0.0"
wrap-ansi "^7.0.0"

"@oclif/table@^0.1.24":
version "0.1.24"
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.1.24.tgz#97cc9fc0e65cf4ceb7628084c73eb6ca30bf19b1"
integrity sha512-HC5lIdy8Q0crW+ImJhzux3lQ2UobcDM//Tw4+HjTcYi9xzgy1hnKQZ7mYSofgRO42bwN7iZulaLvb8dG1giz0g==
"@oclif/table@^0.2.0":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.2.0.tgz#01330ec8f67fce1e5d79114bfb09f531c2a82bcb"
integrity sha512-+JjK+btxV+Xpjn2vFqYaAO4PLEpPRw1ampQbB/5rtziZpMwwHKjSqL9qEoMm/xUE0UujqNgcTbK/dRUlfCwuXw==
dependencies:
"@oclif/core" "^4"
"@types/react" "^18.3.11"
Expand Down

0 comments on commit 4831534

Please sign in to comment.