Skip to content

Commit

Permalink
fix: bump multi-stage-output
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Aug 21, 2024
1 parent a8aab02 commit 36ed590
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 @@ -6,7 +6,7 @@
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
"@oclif/core": "^4.0.16",
"@oclif/multi-stage-output": "^0.3.0",
"@oclif/multi-stage-output": "^0.3.1",
"@salesforce/core": "^8.4.0",
"@salesforce/kit": "^3.2.0",
"@salesforce/sf-plugins-core": "^11.3.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1517,10 +1517,10 @@
wordwrap "^1.0.0"
wrap-ansi "^7.0.0"

"@oclif/multi-stage-output@^0.3.0":
version "0.3.0"
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.3.0.tgz#2d74763bd2215c61ec1cd53faf3138328d50122d"
integrity sha512-7pMD3CoXfS9/hEWzZ1b8GZb3leSNWENsMJS7uYTX0XqTXlrzh+eYvFHYcJh9bEkIw67LKjFfGGIwXbotdhtZKg==
"@oclif/multi-stage-output@^0.3.1":
version "0.3.1"
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.3.1.tgz#13222bef5fbc7e7dd3395536e7bc9d23dfabc8fa"
integrity sha512-CBE8Cesd3Pxd0n+9GUqaml1yHKi93dNGvP5ksS0SnUfkfFVI6AMPWDzFLmMiqNxl1k78+IklKoMygw0rqaZCvA==
dependencies:
"@oclif/core" "^4"
"@types/react" "^18.3.3"
Expand Down

0 comments on commit 36ed590

Please sign in to comment.