Skip to content

Commit df2e773

Browse files
authored
Merge pull request #106 from salesforcecli/dependabot-npm_and_yarn-oclif-multi-stage-output-0.8.0
fix(deps): bump @oclif/multi-stage-output from 0.7.17 to 0.8.0
2 parents 55e061b + 0724615 commit df2e773

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
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {
88
"@oclif/core": "^4",
9-
"@oclif/multi-stage-output": "^0.7.17",
9+
"@oclif/multi-stage-output": "^0.8.0",
1010
"@salesforce/core": "^8.5.3",
1111
"@salesforce/kit": "^3.2.2",
1212
"@salesforce/sf-plugins-core": "^11.3.12",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1538,10 +1538,10 @@
15381538
wordwrap "^1.0.0"
15391539
wrap-ansi "^7.0.0"
15401540

1541-
"@oclif/multi-stage-output@^0.7.17":
1542-
version "0.7.17"
1543-
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.7.17.tgz#d09a81f00cf88411749ceaf822f47d4102be54a0"
1544-
integrity sha512-+esBsrnEyQRmRWLSbbKP+TjM4tIjFJbuCGnEerOpFxHA4QBVh/tIg59EQz6s1NOSR9W4DYc/PbnZIYToIzkTqg==
1541+
"@oclif/multi-stage-output@^0.8.0":
1542+
version "0.8.0"
1543+
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.0.tgz#868fcce009981afbb614b71246b80cd02c483782"
1544+
integrity sha512-B858dgCQPZWHRnzcU42t/cHq3u858UWMQk635qjn/lNlUpFDZKpoVgjVqLlGkQ9iEnqpwTXtyOXSYrLnPjVUeg==
15451545
dependencies:
15461546
"@oclif/core" "^4"
15471547
"@types/react" "^18.3.12"

0 commit comments

Comments
 (0)