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 21, 2024
1 parent 725de52 commit d0db256
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.23",
"@oclif/table": "^0.1.24",
"@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.23":
version "0.1.23"
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.1.23.tgz#98ed8ed27ed8f4a7ef64d54c1874b29cb34c91e0"
integrity sha512-6j5tV/HkH3qKH5AgdmkNTwL/hXs71/jdBYFHC8WcsMJDpPab3dSDu0yJBooszD4Vdx8Z+wcl9nW8CWNth6plOg==
"@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==
dependencies:
"@oclif/core" "^4"
"@types/react" "^18.3.11"
Expand Down

0 comments on commit d0db256

Please sign in to comment.