Skip to content

Commit e79a8cf

Browse files
authored
Merge pull request #116 from salesforcecli/dependabot-npm_and_yarn-oclif-multi-stage-output-0.8.5
fix(deps): bump @oclif/multi-stage-output from 0.8.1 to 0.8.5
2 parents 86dcf82 + 5138229 commit e79a8cf

File tree

2 files changed

+24
-29
lines changed

2 files changed

+24
-29
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",
9-
"@oclif/multi-stage-output": "^0.8.1",
9+
"@oclif/multi-stage-output": "^0.8.5",
1010
"@salesforce/core": "^8.5.3",
1111
"@salesforce/kit": "^3.2.2",
1212
"@salesforce/sf-plugins-core": "^11.3.12",

yarn.lock

Lines changed: 23 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1902,16 +1902,16 @@
19021902
wordwrap "^1.0.0"
19031903
wrap-ansi "^7.0.0"
19041904

1905-
"@oclif/multi-stage-output@^0.8.1":
1906-
version "0.8.1"
1907-
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.1.tgz#5de917777e885d8c709fbdf36960d28db168f095"
1908-
integrity sha512-ecBuoi+nLwvs+6hUa1lKQxUel6w29kY6j8y8KkeqvTro1LtYP9UN5+gHrFoUglI2TFrpLIFqfuRBAJOAvLqN1A==
1905+
"@oclif/multi-stage-output@^0.8.5":
1906+
version "0.8.5"
1907+
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.5.tgz#5a46f2a0d0718fcc68249f461255d47b756612b9"
1908+
integrity sha512-+iv4cK8WRJbLNL5f7gLU+tvqbReDofpG0qNss6tbJDbQUK3YmyEWrE2DnMPi7afJW6iwoG/uOwFRTs+9TpGg1A==
19091909
dependencies:
19101910
"@oclif/core" "^4"
19111911
"@types/react" "^18.3.12"
19121912
cli-spinners "^2"
19131913
figures "^6.1.0"
1914-
ink "^5.1.0"
1914+
ink "5.0.1"
19151915
react "^18.3.1"
19161916
wrap-ansi "^9.0.0"
19171917

@@ -4518,11 +4518,6 @@ es-to-primitive@^1.2.1:
45184518
is-date-object "^1.0.1"
45194519
is-symbol "^1.0.2"
45204520

4521-
es-toolkit@^1.22.0:
4522-
version "1.30.1"
4523-
resolved "https://registry.yarnpkg.com/es-toolkit/-/es-toolkit-1.30.1.tgz#311be8eec88f53b0b1a9d40117f3f3c1e763e274"
4524-
integrity sha512-ZXflqanzH8BpHkDhFa10bBf6ONDCe84EPUm7SSICGzuuROSluT2ynTPtwn9PcRelMtorCRozSknI/U0MNYp0Uw==
4525-
45264521
es6-error@^4.0.1:
45274522
version "4.1.1"
45284523
resolved "https://registry.yarnpkg.com/es6-error/-/es6-error-4.1.1.tgz#9e3af407459deed47e9a91f9b885a84eb05c561d"
@@ -5610,10 +5605,10 @@ ini@^1.3.4:
56105605
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c"
56115606
integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==
56125607

5613-
ink@^5.1.0:
5614-
version "5.1.0"
5615-
resolved "https://registry.yarnpkg.com/ink/-/ink-5.1.0.tgz#8ed050bf7a468489f231c99031f8bb1393c44079"
5616-
integrity sha512-3vIO+CU4uSg167/dZrg4wHy75llUINYXxN4OsdaCkE40q4zyOTPwNc2VEpLnnWsIvIQeo6x6lilAhuaSt+rIsA==
5608+
ink@5.0.1:
5609+
version "5.0.1"
5610+
resolved "https://registry.yarnpkg.com/ink/-/ink-5.0.1.tgz#f2ef9796a3911830c3995dedd227ec84ae27de4b"
5611+
integrity sha512-ae4AW/t8jlkj/6Ou21H2av0wxTk8vrGzXv+v2v7j4in+bl1M5XRMVbfNghzhBokV++FjF8RBDJvYo+ttR9YVRg==
56175612
dependencies:
56185613
"@alcalzone/ansi-tokenize" "^0.1.3"
56195614
ansi-escapes "^7.0.0"
@@ -5624,20 +5619,20 @@ ink@^5.1.0:
56245619
cli-cursor "^4.0.0"
56255620
cli-truncate "^4.0.0"
56265621
code-excerpt "^4.0.0"
5627-
es-toolkit "^1.22.0"
56285622
indent-string "^5.0.0"
5629-
is-in-ci "^1.0.0"
5623+
is-in-ci "^0.1.0"
5624+
lodash "^4.17.21"
56305625
patch-console "^2.0.0"
56315626
react-reconciler "^0.29.0"
56325627
scheduler "^0.23.0"
56335628
signal-exit "^3.0.7"
56345629
slice-ansi "^7.1.0"
56355630
stack-utils "^2.0.6"
5636-
string-width "^7.2.0"
5637-
type-fest "^4.27.0"
5631+
string-width "^7.0.0"
5632+
type-fest "^4.8.3"
56385633
widest-line "^5.0.0"
56395634
wrap-ansi "^9.0.0"
5640-
ws "^8.18.0"
5635+
ws "^8.15.0"
56415636
yoga-wasm-web "~0.3.3"
56425637

56435638
internal-slot@^1.0.5:
@@ -5750,10 +5745,10 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
57505745
dependencies:
57515746
is-extglob "^2.1.1"
57525747

5753-
is-in-ci@^1.0.0:
5754-
version "1.0.0"
5755-
resolved "https://registry.yarnpkg.com/is-in-ci/-/is-in-ci-1.0.0.tgz#9a86bbda7e42c6129902e0574c54b018fbb6ab88"
5756-
integrity sha512-eUuAjybVTHMYWm/U+vBO1sY/JOCgoPCXRxzdju0K+K0BiGW0SChEL1MLC0PoCIR1OlPo5YAp8HuQoUlsWEICwg==
5748+
is-in-ci@^0.1.0:
5749+
version "0.1.0"
5750+
resolved "https://registry.yarnpkg.com/is-in-ci/-/is-in-ci-0.1.0.tgz#5e07d6a02ec3a8292d3f590973357efa3fceb0d3"
5751+
integrity sha512-d9PXLEY0v1iJ64xLiQMJ51J128EYHAaOR4yZqQi8aHGfw6KgifM3/Viw1oZZ1GCVmb3gBuyhLyHj0HgR2DhSXQ==
57575752

57585753
is-negative-zero@^2.0.2:
57595754
version "2.0.2"
@@ -8209,10 +8204,10 @@ type-fest@^1.0.2:
82098204
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-1.4.0.tgz#e9fb813fe3bf1744ec359d55d1affefa76f14be1"
82108205
integrity sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==
82118206

8212-
type-fest@^4.27.0:
8213-
version "4.30.1"
8214-
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.30.1.tgz#120b9e15177310ec4e9d5d6f187d86c0f4b55e0e"
8215-
integrity sha512-ojFL7eDMX2NF0xMbDwPZJ8sb7ckqtlAi1GsmgsFXvErT9kFTk1r0DuQKvrCh73M6D4nngeHJmvogF9OluXs7Hw==
8207+
type-fest@^4.8.3:
8208+
version "4.32.0"
8209+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.32.0.tgz#55bacdd6f2cf1392b7e9cde894e9b1d726807e97"
8210+
integrity sha512-rfgpoi08xagF3JSdtJlCwMq9DGNDE0IMh3Mkpc1wUypg9vPi786AiqeBBKcqvIkq42azsBM85N490fyZjeUftw==
82168211

82178212
typed-array-buffer@^1.0.0:
82188213
version "1.0.0"
@@ -8572,7 +8567,7 @@ write-file-atomic@^3.0.0:
85728567
signal-exit "^3.0.2"
85738568
typedarray-to-buffer "^3.1.5"
85748569

8575-
ws@^8.18.0:
8570+
ws@^8.15.0:
85768571
version "8.18.0"
85778572
resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.0.tgz#0d7505a6eafe2b0e712d232b42279f53bc289bbc"
85788573
integrity sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==

0 commit comments

Comments
 (0)