Skip to content

Commit 5d58a81

Browse files
fix(deps): bump @oclif/multi-stage-output from 0.7.18 to 0.8.17
Bumps [@oclif/multi-stage-output](https://github.com/oclif/core) from 0.7.18 to 0.8.17. - [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.17 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d45ba57 commit 5d58a81

File tree

2 files changed

+8
-53
lines changed

2 files changed

+8
-53
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.2.0",
1010
"@oclif/core": "^4",
11-
"@oclif/multi-stage-output": "^0.7.12",
11+
"@oclif/multi-stage-output": "^0.8.17",
1212
"@salesforce/agents": "0.15.3",
1313
"@salesforce/core": "^8.13.0",
1414
"@salesforce/kit": "^3.2.3",

yarn.lock

Lines changed: 7 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1332,16 +1332,16 @@
13321332
wordwrap "^1.0.0"
13331333
wrap-ansi "^7.0.0"
13341334

1335-
"@oclif/multi-stage-output@^0.7.12":
1336-
version "0.7.18"
1337-
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.7.18.tgz#20010d85e52a01c559b651cb1f6f151c702dbcd2"
1338-
integrity sha512-lWFih9hXnDIdSYnB0sJTea9WK7SAmSljUh5YZcK7fKdwtPwM0sfW+Vtl+mDU83pXdd9SrXPnKzC3F7N+CdM9Rg==
1335+
"@oclif/multi-stage-output@^0.8.17":
1336+
version "0.8.17"
1337+
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.17.tgz#92ec74abf58554da95f062a570bb99cff3546b25"
1338+
integrity sha512-mnemcZQfznoJB5JF0esLDMsUGCUP/hMRmi2et1PmMYIBGuOZUAJrlXtiPNi/ye8Uw60BR7k4Vr2GklNtSRawSg==
13391339
dependencies:
13401340
"@oclif/core" "^4"
13411341
"@types/react" "^18.3.12"
13421342
cli-spinners "^2"
13431343
figures "^6.1.0"
1344-
ink "^5.1.0"
1344+
ink "5.0.1"
13451345
react "^18.3.1"
13461346
wrap-ansi "^9.0.0"
13471347

@@ -3965,11 +3965,6 @@ es-to-primitive@^1.3.0:
39653965
is-date-object "^1.0.5"
39663966
is-symbol "^1.0.4"
39673967

3968-
es-toolkit@^1.22.0:
3969-
version "1.36.0"
3970-
resolved "https://registry.yarnpkg.com/es-toolkit/-/es-toolkit-1.36.0.tgz#98a9ddba346cde1aeca099f9bc27c05838c68b9a"
3971-
integrity sha512-5lpkRpDELuTSeAL//Rcg5urg+K/yOD1BobJSiNeCc89snMqgrhckmj8jdljqraDbpREiXTNW311RN518eVHBng==
3972-
39733968
es6-error@^4.0.1:
39743969
version "4.1.1"
39753970
resolved "https://registry.yarnpkg.com/es6-error/-/es6-error-4.1.1.tgz#9e3af407459deed47e9a91f9b885a84eb05c561d"
@@ -5220,36 +5215,6 @@ ink@5.0.1:
52205215
ws "^8.15.0"
52215216
yoga-wasm-web "~0.3.3"
52225217

5223-
ink@^5.1.0:
5224-
version "5.2.1"
5225-
resolved "https://registry.yarnpkg.com/ink/-/ink-5.2.1.tgz#b9ea59f0d1eab2b4566903b35b54fd34323d1694"
5226-
integrity sha512-BqcUyWrG9zq5HIwW6JcfFHsIYebJkWWb4fczNah1goUO0vv5vneIlfwuS85twyJ5hYR/y18FlAYUxrO9ChIWVg==
5227-
dependencies:
5228-
"@alcalzone/ansi-tokenize" "^0.1.3"
5229-
ansi-escapes "^7.0.0"
5230-
ansi-styles "^6.2.1"
5231-
auto-bind "^5.0.1"
5232-
chalk "^5.3.0"
5233-
cli-boxes "^3.0.0"
5234-
cli-cursor "^4.0.0"
5235-
cli-truncate "^4.0.0"
5236-
code-excerpt "^4.0.0"
5237-
es-toolkit "^1.22.0"
5238-
indent-string "^5.0.0"
5239-
is-in-ci "^1.0.0"
5240-
patch-console "^2.0.0"
5241-
react-reconciler "^0.29.0"
5242-
scheduler "^0.23.0"
5243-
signal-exit "^3.0.7"
5244-
slice-ansi "^7.1.0"
5245-
stack-utils "^2.0.6"
5246-
string-width "^7.2.0"
5247-
type-fest "^4.27.0"
5248-
widest-line "^5.0.0"
5249-
wrap-ansi "^9.0.0"
5250-
ws "^8.18.0"
5251-
yoga-layout "~3.2.1"
5252-
52535218
inquirer-autocomplete-standalone@^0.8.1:
52545219
version "0.8.1"
52555220
resolved "https://registry.yarnpkg.com/inquirer-autocomplete-standalone/-/inquirer-autocomplete-standalone-0.8.1.tgz#540ac162d5dd01f83d0f4016b76bf0bb64e2fff8"
@@ -5421,11 +5386,6 @@ is-in-ci@^0.1.0:
54215386
resolved "https://registry.yarnpkg.com/is-in-ci/-/is-in-ci-0.1.0.tgz#5e07d6a02ec3a8292d3f590973357efa3fceb0d3"
54225387
integrity sha512-d9PXLEY0v1iJ64xLiQMJ51J128EYHAaOR4yZqQi8aHGfw6KgifM3/Viw1oZZ1GCVmb3gBuyhLyHj0HgR2DhSXQ==
54235388

5424-
is-in-ci@^1.0.0:
5425-
version "1.0.0"
5426-
resolved "https://registry.yarnpkg.com/is-in-ci/-/is-in-ci-1.0.0.tgz#9a86bbda7e42c6129902e0574c54b018fbb6ab88"
5427-
integrity sha512-eUuAjybVTHMYWm/U+vBO1sY/JOCgoPCXRxzdju0K+K0BiGW0SChEL1MLC0PoCIR1OlPo5YAp8HuQoUlsWEICwg==
5428-
54295389
is-map@^2.0.3:
54305390
version "2.0.3"
54315391
resolved "https://registry.yarnpkg.com/is-map/-/is-map-2.0.3.tgz#ede96b7fe1e270b3c4465e3a465658764926d62e"
@@ -8333,7 +8293,7 @@ type-fest@^1.0.2:
83338293
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-1.4.0.tgz#e9fb813fe3bf1744ec359d55d1affefa76f14be1"
83348294
integrity sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==
83358295

8336-
type-fest@^4.18.2, type-fest@^4.27.0, type-fest@^4.8.3:
8296+
type-fest@^4.18.2, type-fest@^4.8.3:
83378297
version "4.40.1"
83388298
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.40.1.tgz#d78a09f08dd1081a434dd377967650cfd565401d"
83398299
integrity sha512-9YvLNnORDpI+vghLU/Nf+zSv0kL47KbVJ1o3sKgoTefl6i+zebxbiDQWoe/oWWqPhIgQdRZRT1KA9sCPL810SA==
@@ -8774,7 +8734,7 @@ write-file-atomic@^3.0.0:
87748734
signal-exit "^3.0.2"
87758735
typedarray-to-buffer "^3.1.5"
87768736

8777-
ws@^8.15.0, ws@^8.18.0:
8737+
ws@^8.15.0:
87788738
version "8.18.1"
87798739
resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.1.tgz#ea131d3784e1dfdff91adb0a4a116b127515e3cb"
87808740
integrity sha512-RKW2aJZMXeMxVpnZ6bck+RswznaxmzdULiBr6KY7XkTnW8uvt0iT9H5DkHUChXrc+uurzwa0rVI16n/Xzjdz1w==
@@ -8908,11 +8868,6 @@ yoctocolors-cjs@^2.1.2:
89088868
resolved "https://registry.yarnpkg.com/yoctocolors-cjs/-/yoctocolors-cjs-2.1.2.tgz#f4b905a840a37506813a7acaa28febe97767a242"
89098869
integrity sha512-cYVsTjKl8b+FrnidjibDWskAv7UKOfcwaVZdp/it9n1s9fU3IkgDbhdIRKCW4JDsAlECJY0ytoVPT3sK6kideA==
89108870

8911-
yoga-layout@~3.2.1:
8912-
version "3.2.1"
8913-
resolved "https://registry.yarnpkg.com/yoga-layout/-/yoga-layout-3.2.1.tgz#d2d1ba06f0e81c2eb650c3e5ad8b0b4adde1e843"
8914-
integrity sha512-0LPOt3AxKqMdFBZA3HBAt/t/8vIKq7VaQYbuA8WxCgung+p9TVyKRYdpvCb80HcdTN2NkbIKbhNwKUfm3tQywQ==
8915-
89168871
yoga-wasm-web@~0.3.3:
89178872
version "0.3.3"
89188873
resolved "https://registry.yarnpkg.com/yoga-wasm-web/-/yoga-wasm-web-0.3.3.tgz#eb8e9fcb18e5e651994732f19a220cb885d932ba"

0 commit comments

Comments
 (0)