Skip to content

Commit 9f6a220

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 86f71bc commit 9f6a220

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
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {
88
"@oclif/core": "^4.5.2",
9-
"@oclif/multi-stage-output": "^0.8.20",
9+
"@oclif/multi-stage-output": "^0.8.22",
1010
"@salesforce/core": "^8.22.0",
1111
"@salesforce/kit": "^3.2.4",
1212
"@salesforce/sf-plugins-core": "^12.2.4",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1719,18 +1719,18 @@
17191719
wordwrap "^1.0.0"
17201720
wrap-ansi "^7.0.0"
17211721

1722-
"@oclif/multi-stage-output@^0.8.20":
1723-
version "0.8.20"
1724-
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.20.tgz#193cef3d9fe323aa85909219ae84bca7fff9f666"
1725-
integrity sha512-XrzuZ9aNjv+RSc0MsjtnX2nR3w9tJSNfBBg6uoOHZkWndPuPeS70gTseTt2dQJDHQE2ygNuDSPMQBf71bNoVuA==
1722+
"@oclif/multi-stage-output@^0.8.22":
1723+
version "0.8.22"
1724+
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.22.tgz#57b5de282fc462d0dde55c72744ab7f3e3e03df7"
1725+
integrity sha512-04Wgf84Vr2C4fOtjk3A4b7O9orUOBSIPH2JzLb9nS4IwpYb/6mouxbKyEVGWxDO/qD4vnw+WRb8UQiDKBJQC7w==
17261726
dependencies:
17271727
"@oclif/core" "^4"
17281728
"@types/react" "^18.3.12"
17291729
cli-spinners "^2"
17301730
figures "^6.1.0"
17311731
ink "5.0.1"
17321732
react "^18.3.1"
1733-
wrap-ansi "^9.0.0"
1733+
wrap-ansi "^9.0.2"
17341734

17351735
"@oclif/plugin-command-snapshot@^5.3.6":
17361736
version "5.3.6"
@@ -8862,10 +8862,10 @@ wrap-ansi@^8.1.0:
88628862
string-width "^5.0.1"
88638863
strip-ansi "^7.0.1"
88648864

8865-
wrap-ansi@^9.0.0:
8866-
version "9.0.0"
8867-
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz"
8868-
integrity sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==
8865+
wrap-ansi@^9.0.0, wrap-ansi@^9.0.2:
8866+
version "9.0.2"
8867+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-9.0.2.tgz#956832dea9494306e6d209eb871643bb873d7c98"
8868+
integrity sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==
88698869
dependencies:
88708870
ansi-styles "^6.2.1"
88718871
string-width "^7.0.0"

0 commit comments

Comments
 (0)