Skip to content

Commit d584ce9

Browse files
fix(deps): bump @oclif/multi-stage-output from 0.8.20 to 0.8.22
Bumps [@oclif/multi-stage-output](https://github.com/oclif/core) from 0.8.20 to 0.8.22. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/core/commits) --- updated-dependencies: - dependency-name: "@oclif/multi-stage-output" dependency-version: 0.8.22 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5c38243 commit d584ce9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@inquirer/core": "^10.1.6",
99
"@inquirer/prompts": "^7.8.4",
1010
"@oclif/core": "^4",
11-
"@oclif/multi-stage-output": "^0.8.20",
11+
"@oclif/multi-stage-output": "^0.8.22",
1212
"@salesforce/agents": "^0.17.9",
1313
"@salesforce/core": "^8.18.5",
1414
"@salesforce/kit": "^3.2.3",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1744,18 +1744,18 @@
17441744
wordwrap "^1.0.0"
17451745
wrap-ansi "^7.0.0"
17461746

1747-
"@oclif/multi-stage-output@^0.8.20":
1748-
version "0.8.20"
1749-
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.20.tgz#193cef3d9fe323aa85909219ae84bca7fff9f666"
1750-
integrity sha512-XrzuZ9aNjv+RSc0MsjtnX2nR3w9tJSNfBBg6uoOHZkWndPuPeS70gTseTt2dQJDHQE2ygNuDSPMQBf71bNoVuA==
1747+
"@oclif/multi-stage-output@^0.8.22":
1748+
version "0.8.22"
1749+
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.22.tgz#57b5de282fc462d0dde55c72744ab7f3e3e03df7"
1750+
integrity sha512-04Wgf84Vr2C4fOtjk3A4b7O9orUOBSIPH2JzLb9nS4IwpYb/6mouxbKyEVGWxDO/qD4vnw+WRb8UQiDKBJQC7w==
17511751
dependencies:
17521752
"@oclif/core" "^4"
17531753
"@types/react" "^18.3.12"
17541754
cli-spinners "^2"
17551755
figures "^6.1.0"
17561756
ink "5.0.1"
17571757
react "^18.3.1"
1758-
wrap-ansi "^9.0.0"
1758+
wrap-ansi "^9.0.2"
17591759

17601760
"@oclif/plugin-command-snapshot@^5.2.19":
17611761
version "5.3.5"
@@ -9332,10 +9332,10 @@ wrap-ansi@^8.1.0:
93329332
string-width "^5.0.1"
93339333
strip-ansi "^7.0.1"
93349334

9335-
wrap-ansi@^9.0.0:
9336-
version "9.0.0"
9337-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-9.0.0.tgz#1a3dc8b70d85eeb8398ddfb1e4a02cd186e58b3e"
9338-
integrity sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==
9335+
wrap-ansi@^9.0.0, wrap-ansi@^9.0.2:
9336+
version "9.0.2"
9337+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-9.0.2.tgz#956832dea9494306e6d209eb871643bb873d7c98"
9338+
integrity sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==
93399339
dependencies:
93409340
ansi-styles "^6.2.1"
93419341
string-width "^7.0.0"

0 commit comments

Comments
 (0)