Skip to content

Commit 28f0eeb

Browse files
fix(deps): bump @salesforce/sf-plugins-core from 12.1.1 to 12.1.3
Bumps [@salesforce/sf-plugins-core](https://github.com/salesforcecli/sf-plugins-core) from 12.1.1 to 12.1.3. - [Release notes](https://github.com/salesforcecli/sf-plugins-core/releases) - [Changelog](https://github.com/salesforcecli/sf-plugins-core/blob/main/CHANGELOG.md) - [Commits](salesforcecli/sf-plugins-core@12.1.1...12.1.3) --- updated-dependencies: - dependency-name: "@salesforce/sf-plugins-core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c52080f commit 28f0eeb

File tree

2 files changed

+68
-48
lines changed

2 files changed

+68
-48
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@oclif/core": "^4.0.37",
77
"@salesforce/core": "^8.8.0",
8-
"@salesforce/sf-plugins-core": "^12.1.1",
8+
"@salesforce/sf-plugins-core": "^12.1.3",
99
"async": "^3.2.6",
1010
"xmlbuilder2": "^3.1.1"
1111
},

yarn.lock

Lines changed: 67 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1543,13 +1543,13 @@
15431543
"@nodelib/fs.scandir" "2.1.5"
15441544
fastq "^1.6.0"
15451545

1546-
"@oclif/core@^4", "@oclif/core@^4.0.34", "@oclif/core@^4.0.37", "@oclif/core@^4.2.0":
1547-
version "4.2.0"
1548-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.0.tgz#ab78b247dfd66322d9c9376ebaf3764e3c82fefe"
1549-
integrity sha512-ETM2N/GL7W37Kv1Afv1j1Gh77CynS2ubEPP+p+MnjUXEjghNe7+bKAWhPkHnBuFAVFAqdv0qMpUAjxKLbsmbJw==
1546+
"@oclif/core@^4", "@oclif/core@^4.0.37", "@oclif/core@^4.2.0", "@oclif/core@^4.2.4":
1547+
version "4.2.5"
1548+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.5.tgz#6b51e1db17272204b2431fee3eba93a21d59ebbe"
1549+
integrity sha512-bdXOojq8GaPnWnDgVOw030JlUROJEiDLXiV3XUUGUQDEp6YpVQvEYLIrUsEvyfASU3z3FGg3DC9k0kprcOYdhw==
15501550
dependencies:
15511551
ansi-escapes "^4.3.2"
1552-
ansis "^3.3.2"
1552+
ansis "^3.9.0"
15531553
clean-stack "^3.0.1"
15541554
cli-spinners "^2.9.2"
15551555
debug "^4.4.0"
@@ -1611,16 +1611,16 @@
16111611
lodash "^4.17.21"
16121612
registry-auth-token "^5.0.3"
16131613

1614-
"@oclif/table@^0.3.2":
1615-
version "0.3.7"
1616-
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.3.7.tgz#b13fb4525413c570cf1c34c8f6da9e13ea7ced0e"
1617-
integrity sha512-ixk/2swooqgg07N3mICe3gvkq/G4Au3jNMaRNCWIfWtcoyT+tTrOQxD+Ead0wMBuZl/J+CyEwImIjJqC21P1kA==
1614+
"@oclif/table@^0.4.0":
1615+
version "0.4.4"
1616+
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.4.4.tgz#aa48c0d37f1a4aaeb1d9095e3be8231f44c88c65"
1617+
integrity sha512-AxUKOgWfW/QmoENZHJjV99OOPEAJMq88Eq5drIK0Xeguf9M0NKrNY7uJwyjXmLs7Gl18yFW/oRxrmedXOzg8JA==
16181618
dependencies:
16191619
"@oclif/core" "^4"
16201620
"@types/react" "^18.3.12"
16211621
change-case "^5.4.4"
16221622
cli-truncate "^4.0.0"
1623-
ink "^5.1.0"
1623+
ink "5.0.1"
16241624
natural-orderby "^3.0.2"
16251625
object-hash "^3.0.0"
16261626
react "^18.3.1"
@@ -1781,15 +1781,15 @@
17811781
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.9.0.tgz#ba477a112653a20b4edcf989c61c57bdff9aa3ca"
17821782
integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
17831783

1784-
"@salesforce/sf-plugins-core@^12.1.1":
1785-
version "12.1.1"
1786-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.1.tgz#20ae5246b1f458643c2fd04bb639b76085db1cff"
1787-
integrity sha512-88Vna77gYLj1b9X/aduCsl/5KFthhoM43+o30+0UEAWf93xED1nahmbw7jcJJoiTkaSzLZq08vZfh6X24AyWqg==
1784+
"@salesforce/sf-plugins-core@^12.1.3":
1785+
version "12.1.3"
1786+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.3.tgz#4150b231f50bcdb64d6bd471a9d8f25f7ca57273"
1787+
integrity sha512-xJSzwl2G7OYSpZTokzWgq9Ybfw/ZtR3reQEFvJTNATLoPk7nv7UGo8WWbX1gcaepURBVvtmQlHsa8mVyoKjYmw==
17881788
dependencies:
17891789
"@inquirer/confirm" "^3.1.22"
17901790
"@inquirer/password" "^2.2.0"
1791-
"@oclif/core" "^4.0.34"
1792-
"@oclif/table" "^0.3.2"
1791+
"@oclif/core" "^4.2.4"
1792+
"@oclif/table" "^0.4.0"
17931793
"@salesforce/core" "^8.5.1"
17941794
"@salesforce/kit" "^3.2.3"
17951795
"@salesforce/ts-types" "^2.0.12"
@@ -2904,10 +2904,10 @@ ansi-styles@^6.0.0, ansi-styles@^6.1.0, ansi-styles@^6.2.1:
29042904
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
29052905
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
29062906

2907-
ansis@^3.3.2, ansis@^3.5.2:
2908-
version "3.5.2"
2909-
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.5.2.tgz#d7a1f95a23f6becc5ee16fab85cda41c898fad96"
2910-
integrity sha512-5uGcUZRbORJeEppVdWfZOSybTMz+Ou+84HepgK081Yk5+pPMMzWf/XGxiAT6bfBqCghRB4MwBtYn0CHqINRVag==
2907+
ansis@^3.3.2, ansis@^3.5.2, ansis@^3.9.0:
2908+
version "3.10.0"
2909+
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.10.0.tgz#6886afb0f729b1fa865df6b710b97a9915b7d0d4"
2910+
integrity sha512-hxDKLYT7hy3Y4sF3HxI926A3urzPxi73mZBB629m9bCVF+NyKNxbwCqqm+C/YrGPtxLwnl6d8/ZASCsz6SyvJA==
29112911

29122912
anymatch@~3.1.2:
29132913
version "3.1.3"
@@ -4209,11 +4209,6 @@ es-to-primitive@^1.2.1:
42094209
is-date-object "^1.0.1"
42104210
is-symbol "^1.0.2"
42114211

4212-
es-toolkit@^1.22.0:
4213-
version "1.30.1"
4214-
resolved "https://registry.yarnpkg.com/es-toolkit/-/es-toolkit-1.30.1.tgz#311be8eec88f53b0b1a9d40117f3f3c1e763e274"
4215-
integrity sha512-ZXflqanzH8BpHkDhFa10bBf6ONDCe84EPUm7SSICGzuuROSluT2ynTPtwn9PcRelMtorCRozSknI/U0MNYp0Uw==
4216-
42174212
es6-error@^4.0.1:
42184213
version "4.1.1"
42194214
resolved "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz"
@@ -5394,10 +5389,10 @@ ini@^1.3.4:
53945389
resolved "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz"
53955390
integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==
53965391

5397-
ink@^5.1.0:
5398-
version "5.1.0"
5399-
resolved "https://registry.yarnpkg.com/ink/-/ink-5.1.0.tgz#8ed050bf7a468489f231c99031f8bb1393c44079"
5400-
integrity sha512-3vIO+CU4uSg167/dZrg4wHy75llUINYXxN4OsdaCkE40q4zyOTPwNc2VEpLnnWsIvIQeo6x6lilAhuaSt+rIsA==
5392+
ink@5.0.1:
5393+
version "5.0.1"
5394+
resolved "https://registry.yarnpkg.com/ink/-/ink-5.0.1.tgz#f2ef9796a3911830c3995dedd227ec84ae27de4b"
5395+
integrity sha512-ae4AW/t8jlkj/6Ou21H2av0wxTk8vrGzXv+v2v7j4in+bl1M5XRMVbfNghzhBokV++FjF8RBDJvYo+ttR9YVRg==
54015396
dependencies:
54025397
"@alcalzone/ansi-tokenize" "^0.1.3"
54035398
ansi-escapes "^7.0.0"
@@ -5408,20 +5403,20 @@ ink@^5.1.0:
54085403
cli-cursor "^4.0.0"
54095404
cli-truncate "^4.0.0"
54105405
code-excerpt "^4.0.0"
5411-
es-toolkit "^1.22.0"
54125406
indent-string "^5.0.0"
5413-
is-in-ci "^1.0.0"
5407+
is-in-ci "^0.1.0"
5408+
lodash "^4.17.21"
54145409
patch-console "^2.0.0"
54155410
react-reconciler "^0.29.0"
54165411
scheduler "^0.23.0"
54175412
signal-exit "^3.0.7"
54185413
slice-ansi "^7.1.0"
54195414
stack-utils "^2.0.6"
5420-
string-width "^7.2.0"
5421-
type-fest "^4.27.0"
5415+
string-width "^7.0.0"
5416+
type-fest "^4.8.3"
54225417
widest-line "^5.0.0"
54235418
wrap-ansi "^9.0.0"
5424-
ws "^8.18.0"
5419+
ws "^8.15.0"
54255420
yoga-wasm-web "~0.3.3"
54265421

54275422
internal-slot@^1.0.5:
@@ -5611,10 +5606,10 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
56115606
dependencies:
56125607
is-extglob "^2.1.1"
56135608

5614-
is-in-ci@^1.0.0:
5615-
version "1.0.0"
5616-
resolved "https://registry.yarnpkg.com/is-in-ci/-/is-in-ci-1.0.0.tgz#9a86bbda7e42c6129902e0574c54b018fbb6ab88"
5617-
integrity sha512-eUuAjybVTHMYWm/U+vBO1sY/JOCgoPCXRxzdju0K+K0BiGW0SChEL1MLC0PoCIR1OlPo5YAp8HuQoUlsWEICwg==
5609+
is-in-ci@^0.1.0:
5610+
version "0.1.0"
5611+
resolved "https://registry.yarnpkg.com/is-in-ci/-/is-in-ci-0.1.0.tgz#5e07d6a02ec3a8292d3f590973357efa3fceb0d3"
5612+
integrity sha512-d9PXLEY0v1iJ64xLiQMJ51J128EYHAaOR4yZqQi8aHGfw6KgifM3/Viw1oZZ1GCVmb3gBuyhLyHj0HgR2DhSXQ==
56185613

56195614
is-map@^2.0.3:
56205615
version "2.0.3"
@@ -8041,7 +8036,16 @@ stack-utils@^2.0.6:
80418036
dependencies:
80428037
escape-string-regexp "^2.0.0"
80438038

8044-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
8039+
"string-width-cjs@npm:string-width@^4.2.0":
8040+
version "4.2.3"
8041+
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
8042+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
8043+
dependencies:
8044+
emoji-regex "^8.0.0"
8045+
is-fullwidth-code-point "^3.0.0"
8046+
strip-ansi "^6.0.1"
8047+
8048+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
80458049
version "4.2.3"
80468050
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
80478051
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -8059,7 +8063,7 @@ string-width@^5.0.1, string-width@^5.1.2:
80598063
emoji-regex "^9.2.2"
80608064
strip-ansi "^7.0.1"
80618065

8062-
string-width@^7.0.0, string-width@^7.2.0:
8066+
string-width@^7.0.0:
80638067
version "7.2.0"
80648068
resolved "https://registry.yarnpkg.com/string-width/-/string-width-7.2.0.tgz#b5bb8e2165ce275d4d43476dd2700ad9091db6dc"
80658069
integrity sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==
@@ -8149,7 +8153,14 @@ stringify-entities@^4.0.0:
81498153
character-entities-html4 "^2.0.0"
81508154
character-entities-legacy "^3.0.0"
81518155

8152-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", [email protected], strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8156+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
8157+
version "6.0.1"
8158+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
8159+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
8160+
dependencies:
8161+
ansi-regex "^5.0.1"
8162+
8163+
[email protected], strip-ansi@^6.0.0, strip-ansi@^6.0.1:
81538164
version "6.0.1"
81548165
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
81558166
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -8465,10 +8476,10 @@ type-fest@^1.0.2:
84658476
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-1.4.0.tgz#e9fb813fe3bf1744ec359d55d1affefa76f14be1"
84668477
integrity sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==
84678478

8468-
type-fest@^4.27.0:
8469-
version "4.30.1"
8470-
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.30.1.tgz#120b9e15177310ec4e9d5d6f187d86c0f4b55e0e"
8471-
integrity sha512-ojFL7eDMX2NF0xMbDwPZJ8sb7ckqtlAi1GsmgsFXvErT9kFTk1r0DuQKvrCh73M6D4nngeHJmvogF9OluXs7Hw==
8479+
type-fest@^4.8.3:
8480+
version "4.33.0"
8481+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.33.0.tgz#2da0c135b9afa76cf8b18ecfd4f260ecd414a432"
8482+
integrity sha512-s6zVrxuyKbbAsSAD5ZPTB77q4YIdRctkTbJ2/Dqlinwz+8ooH2gd+YA7VA6Pa93KML9GockVvoxjZ2vHP+mu8g==
84728483

84738484
typed-array-buffer@^1.0.0:
84748485
version "1.0.0"
@@ -8908,7 +8919,7 @@ workerpool@^6.5.1:
89088919
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
89098920
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
89108921

8911-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
8922+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
89128923
version "7.0.0"
89138924
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
89148925
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -8926,6 +8937,15 @@ wrap-ansi@^6.2.0:
89268937
string-width "^4.1.0"
89278938
strip-ansi "^6.0.0"
89288939

8940+
wrap-ansi@^7.0.0:
8941+
version "7.0.0"
8942+
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
8943+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
8944+
dependencies:
8945+
ansi-styles "^4.0.0"
8946+
string-width "^4.1.0"
8947+
strip-ansi "^6.0.0"
8948+
89298949
wrap-ansi@^8.1.0:
89308950
version "8.1.0"
89318951
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz"
@@ -8959,7 +8979,7 @@ write-file-atomic@^3.0.0:
89598979
signal-exit "^3.0.2"
89608980
typedarray-to-buffer "^3.1.5"
89618981

8962-
ws@^8.18.0:
8982+
ws@^8.15.0:
89638983
version "8.18.0"
89648984
resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.0.tgz#0d7505a6eafe2b0e712d232b42279f53bc289bbc"
89658985
integrity sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==

0 commit comments

Comments
 (0)