Skip to content

Commit 109097c

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 5bbd7b7 commit 109097c

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
@@ -122,7 +122,7 @@
122122
},
123123
"dependencies": {
124124
"@jsforce/jsforce-node": "^3.10.7",
125-
"@oclif/multi-stage-output": "^0.8.20",
125+
"@oclif/multi-stage-output": "^0.8.22",
126126
"@salesforce/core": "^8.21.2",
127127
"@salesforce/kit": "^3.2.2",
128128
"@salesforce/sf-plugins-core": "^12.2.4",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1393,18 +1393,18 @@
13931393
wordwrap "^1.0.0"
13941394
wrap-ansi "^7.0.0"
13951395

1396-
"@oclif/multi-stage-output@^0.8.20":
1397-
version "0.8.20"
1398-
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.20.tgz#193cef3d9fe323aa85909219ae84bca7fff9f666"
1399-
integrity sha512-XrzuZ9aNjv+RSc0MsjtnX2nR3w9tJSNfBBg6uoOHZkWndPuPeS70gTseTt2dQJDHQE2ygNuDSPMQBf71bNoVuA==
1396+
"@oclif/multi-stage-output@^0.8.22":
1397+
version "0.8.22"
1398+
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.22.tgz#57b5de282fc462d0dde55c72744ab7f3e3e03df7"
1399+
integrity sha512-04Wgf84Vr2C4fOtjk3A4b7O9orUOBSIPH2JzLb9nS4IwpYb/6mouxbKyEVGWxDO/qD4vnw+WRb8UQiDKBJQC7w==
14001400
dependencies:
14011401
"@oclif/core" "^4"
14021402
"@types/react" "^18.3.12"
14031403
cli-spinners "^2"
14041404
figures "^6.1.0"
14051405
ink "5.0.1"
14061406
react "^18.3.1"
1407-
wrap-ansi "^9.0.0"
1407+
wrap-ansi "^9.0.2"
14081408

14091409
"@oclif/plugin-command-snapshot@^5.3.5":
14101410
version "5.3.5"
@@ -7712,10 +7712,10 @@ wrap-ansi@^8.1.0:
77127712
string-width "^5.0.1"
77137713
strip-ansi "^7.0.1"
77147714

7715-
wrap-ansi@^9.0.0:
7716-
version "9.0.0"
7717-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-9.0.0.tgz#1a3dc8b70d85eeb8398ddfb1e4a02cd186e58b3e"
7718-
integrity sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==
7715+
wrap-ansi@^9.0.0, wrap-ansi@^9.0.2:
7716+
version "9.0.2"
7717+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-9.0.2.tgz#956832dea9494306e6d209eb871643bb873d7c98"
7718+
integrity sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==
77197719
dependencies:
77207720
ansi-styles "^6.2.1"
77217721
string-width "^7.0.0"

0 commit comments

Comments
 (0)