Skip to content

Commit

Permalink
fix: bump mso
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Sep 11, 2024
1 parent b2ca56e commit 81c944f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
"@oclif/core": "^4.0.18",
"@oclif/multi-stage-output": "^0.5.1",
"@oclif/multi-stage-output": "^0.5.5",
"@salesforce/apex-node": "^8.1.3",
"@salesforce/core": "^8.5.4",
"@salesforce/kit": "^3.2.1",
Expand Down
9 changes: 5 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1470,10 +1470,10 @@
wordwrap "^1.0.0"
wrap-ansi "^7.0.0"

"@oclif/multi-stage-output@^0.5.1":
version "0.5.1"
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.5.1.tgz#98cfc1c15b87866cc04f9a280ef5ed81152e9891"
integrity sha512-D2JyJLaYeMKxYxDIlxhXIurNcmQFk4fRIfDnYb3ZDmV0nQbn1nW/8T8HzASK/kWbZZdxdjzCWcip8CjkJdizEw==
"@oclif/multi-stage-output@^0.5.5":
version "0.5.5"
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.5.5.tgz#227abd670945cb39a99eb243515949b6b1859b96"
integrity sha512-3JEV7gE0X6GpDRM8jBznoN1tj02PTFCcYn79xauBgQMsu9PRi2ThaHrShmrKySQmzLsL63VFU4RnrsPxF5cVzA==
dependencies:
"@oclif/core" "^4"
"@types/react" "^18.3.5"
Expand All @@ -1482,6 +1482,7 @@
figures "^6.1.0"
ink "^5.0.1"
react "^18.3.1"
wrap-ansi "^9.0.0"

"@oclif/plugin-command-snapshot@^5.2.15":
version "5.2.15"
Expand Down

0 comments on commit 81c944f

Please sign in to comment.