Skip to content

Commit 386c285

Browse files
authored
Merge pull request #212 from salesforcecli/dependabot-npm_and_yarn-oclif-multi-stage-output-0.8.22
fix(deps): bump @oclif/multi-stage-output from 0.8.20 to 0.8.22
2 parents f5a2c71 + d584ce9 commit 386c285

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.2.2",
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
@@ -1735,18 +1735,18 @@
17351735
wordwrap "^1.0.0"
17361736
wrap-ansi "^7.0.0"
17371737

1738-
"@oclif/multi-stage-output@^0.8.20":
1739-
version "0.8.20"
1740-
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.20.tgz#193cef3d9fe323aa85909219ae84bca7fff9f666"
1741-
integrity sha512-XrzuZ9aNjv+RSc0MsjtnX2nR3w9tJSNfBBg6uoOHZkWndPuPeS70gTseTt2dQJDHQE2ygNuDSPMQBf71bNoVuA==
1738+
"@oclif/multi-stage-output@^0.8.22":
1739+
version "0.8.22"
1740+
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.22.tgz#57b5de282fc462d0dde55c72744ab7f3e3e03df7"
1741+
integrity sha512-04Wgf84Vr2C4fOtjk3A4b7O9orUOBSIPH2JzLb9nS4IwpYb/6mouxbKyEVGWxDO/qD4vnw+WRb8UQiDKBJQC7w==
17421742
dependencies:
17431743
"@oclif/core" "^4"
17441744
"@types/react" "^18.3.12"
17451745
cli-spinners "^2"
17461746
figures "^6.1.0"
17471747
ink "5.0.1"
17481748
react "^18.3.1"
1749-
wrap-ansi "^9.0.0"
1749+
wrap-ansi "^9.0.2"
17501750

17511751
"@oclif/plugin-command-snapshot@^5.2.19":
17521752
version "5.3.5"
@@ -9323,10 +9323,10 @@ wrap-ansi@^8.1.0:
93239323
string-width "^5.0.1"
93249324
strip-ansi "^7.0.1"
93259325

9326-
wrap-ansi@^9.0.0:
9327-
version "9.0.0"
9328-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-9.0.0.tgz#1a3dc8b70d85eeb8398ddfb1e4a02cd186e58b3e"
9329-
integrity sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==
9326+
wrap-ansi@^9.0.0, wrap-ansi@^9.0.2:
9327+
version "9.0.2"
9328+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-9.0.2.tgz#956832dea9494306e6d209eb871643bb873d7c98"
9329+
integrity sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==
93309330
dependencies:
93319331
ansi-styles "^6.2.1"
93329332
string-width "^7.0.0"

0 commit comments

Comments
 (0)