Skip to content

Commit 305d990

Browse files
authored
Merge pull request #156 from salesforcecli/dependabot-npm_and_yarn-oclif-multi-stage-output-0.8.11
fix(deps): bump @oclif/multi-stage-output from 0.8.10 to 0.8.11
2 parents 323438e + 5ab878a commit 305d990

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.8.10",
9+
"@oclif/multi-stage-output": "^0.8.11",
1010
"@salesforce/core": "^8.8.5",
1111
"@salesforce/kit": "^3.2.2",
1212
"@salesforce/sf-plugins-core": "^11.3.12",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1737,10 +1737,10 @@
17371737
wordwrap "^1.0.0"
17381738
wrap-ansi "^7.0.0"
17391739

1740-
"@oclif/multi-stage-output@^0.8.10":
1741-
version "0.8.10"
1742-
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.10.tgz#e112fa73bb45313f05d11ad18edd60f4a5b6604e"
1743-
integrity sha512-3CjhCVwKfRrQpcas2yZ4nSQVFHVsPRaPWNEf6ucpkYkVWEV/FUAlRQbe2ZakTwAVHaZ00SPiQgxjrqqsVB7yEQ==
1740+
"@oclif/multi-stage-output@^0.8.11":
1741+
version "0.8.11"
1742+
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.11.tgz#bd8594a4775b87827b6f92ba3343dd9d5967b9af"
1743+
integrity sha512-BFHqxqgG25EBh+mvqyg9SkDpsDI4bVp7TQwUOKhj8pP2ue+W5y54NxvC9tLTh9FeqZud+j0RVD03XuBgeSW27g==
17441744
dependencies:
17451745
"@oclif/core" "^4"
17461746
"@types/react" "^18.3.12"
@@ -1836,7 +1836,7 @@
18361836
strip-ansi "6.0.1"
18371837
ts-retry-promise "^0.8.1"
18381838

1839-
"@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.3", "@salesforce/core@^8.8.4", "@salesforce/core@^8.8.5":
1839+
"@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.4", "@salesforce/core@^8.8.5":
18401840
version "8.8.5"
18411841
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.5.tgz#4004e22523e4e45b42631733d06dc8aec9fdc23d"
18421842
integrity sha512-eCiiO4NptvKkz04A4ivBVLzEBy/6IIFmaXoZ4tnF1FcD5MESvC+Xuc+0RFSRiYmPi5oloKNl6njrfVCKAho2zQ==

0 commit comments

Comments
 (0)