Skip to content

Commit b7ab7e3

Browse files
fix(deps): bump @oclif/table from 0.4.0 to 0.4.5
Bumps [@oclif/table](https://github.com/oclif/table) from 0.4.0 to 0.4.5. - [Release notes](https://github.com/oclif/table/releases) - [Changelog](https://github.com/oclif/table/blob/main/CHANGELOG.md) - [Commits](oclif/table@0.4.0...0.4.5) --- updated-dependencies: - dependency-name: "@oclif/table" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a604139 commit b7ab7e3

File tree

2 files changed

+26
-31
lines changed

2 files changed

+26
-31
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@inquirer/confirm": "^3.1.22",
4747
"@inquirer/password": "^2.2.0",
4848
"@oclif/core": "^4.2.4",
49-
"@oclif/table": "^0.4.0",
49+
"@oclif/table": "^0.4.5",
5050
"@salesforce/core": "^8.5.1",
5151
"@salesforce/kit": "^3.2.3",
5252
"@salesforce/ts-types": "^2.0.12",

yarn.lock

Lines changed: 25 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -580,16 +580,16 @@
580580
wordwrap "^1.0.0"
581581
wrap-ansi "^7.0.0"
582582

583-
"@oclif/table@^0.4.0":
584-
version "0.4.0"
585-
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.4.0.tgz#3bf97121a4fc3524801883f550eeb0fd822852a9"
586-
integrity sha512-cXmZDb0VcxIk8o5cvd8J4CUtMGJeTuEDC8wQmlZC55Dl9FHcWE9TdZxksWLLp4w0qKP0YfJCFSvfGPMeMPyO5Q==
583+
"@oclif/table@^0.4.5":
584+
version "0.4.5"
585+
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.4.5.tgz#f878cf3b5a381351753d78f23f9fe2db3c849e41"
586+
integrity sha512-ldqrkQjWMCsIZ+yApLMs+eVqIgdBsp7lwTPTcSn8dvEVcifmTnBbMbZidhryKlsr9G+4MgjefOZ4akJvdcPN3A==
587587
dependencies:
588588
"@oclif/core" "^4"
589589
"@types/react" "^18.3.12"
590590
change-case "^5.4.4"
591591
cli-truncate "^4.0.0"
592-
ink "^5.1.0"
592+
ink "5.0.1"
593593
natural-orderby "^3.0.2"
594594
object-hash "^3.0.0"
595595
react "^18.3.1"
@@ -2077,11 +2077,6 @@ es-to-primitive@^1.2.1:
20772077
is-date-object "^1.0.1"
20782078
is-symbol "^1.0.2"
20792079

2080-
es-toolkit@^1.22.0:
2081-
version "1.31.0"
2082-
resolved "https://registry.yarnpkg.com/es-toolkit/-/es-toolkit-1.31.0.tgz#f4fc1382aea09cb239afa38f3c724a5658ff3163"
2083-
integrity sha512-vwS0lv/tzjM2/t4aZZRAgN9I9TP0MSkWuvt6By+hEXfG/uLs8yg2S1/ayRXH/x3pinbLgVJYT+eppueg3cM6tg==
2084-
20852080
es6-error@^4.0.1:
20862081
version "4.1.1"
20872082
resolved "https://registry.yarnpkg.com/es6-error/-/es6-error-4.1.1.tgz#9e3af407459deed47e9a91f9b885a84eb05c561d"
@@ -2978,10 +2973,10 @@ ini@^1.3.4:
29782973
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c"
29792974
integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==
29802975

2981-
ink@^5.1.0:
2982-
version "5.1.0"
2983-
resolved "https://registry.yarnpkg.com/ink/-/ink-5.1.0.tgz#8ed050bf7a468489f231c99031f8bb1393c44079"
2984-
integrity sha512-3vIO+CU4uSg167/dZrg4wHy75llUINYXxN4OsdaCkE40q4zyOTPwNc2VEpLnnWsIvIQeo6x6lilAhuaSt+rIsA==
2976+
ink@5.0.1:
2977+
version "5.0.1"
2978+
resolved "https://registry.yarnpkg.com/ink/-/ink-5.0.1.tgz#f2ef9796a3911830c3995dedd227ec84ae27de4b"
2979+
integrity sha512-ae4AW/t8jlkj/6Ou21H2av0wxTk8vrGzXv+v2v7j4in+bl1M5XRMVbfNghzhBokV++FjF8RBDJvYo+ttR9YVRg==
29852980
dependencies:
29862981
"@alcalzone/ansi-tokenize" "^0.1.3"
29872982
ansi-escapes "^7.0.0"
@@ -2992,20 +2987,20 @@ ink@^5.1.0:
29922987
cli-cursor "^4.0.0"
29932988
cli-truncate "^4.0.0"
29942989
code-excerpt "^4.0.0"
2995-
es-toolkit "^1.22.0"
29962990
indent-string "^5.0.0"
2997-
is-in-ci "^1.0.0"
2991+
is-in-ci "^0.1.0"
2992+
lodash "^4.17.21"
29982993
patch-console "^2.0.0"
29992994
react-reconciler "^0.29.0"
30002995
scheduler "^0.23.0"
30012996
signal-exit "^3.0.7"
30022997
slice-ansi "^7.1.0"
30032998
stack-utils "^2.0.6"
3004-
string-width "^7.2.0"
3005-
type-fest "^4.27.0"
2999+
string-width "^7.0.0"
3000+
type-fest "^4.8.3"
30063001
widest-line "^5.0.0"
30073002
wrap-ansi "^9.0.0"
3008-
ws "^8.18.0"
3003+
ws "^8.15.0"
30093004
yoga-wasm-web "~0.3.3"
30103005

30113006
internal-slot@^1.0.5:
@@ -3118,10 +3113,10 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
31183113
dependencies:
31193114
is-extglob "^2.1.1"
31203115

3121-
is-in-ci@^1.0.0:
3122-
version "1.0.0"
3123-
resolved "https://registry.yarnpkg.com/is-in-ci/-/is-in-ci-1.0.0.tgz#9a86bbda7e42c6129902e0574c54b018fbb6ab88"
3124-
integrity sha512-eUuAjybVTHMYWm/U+vBO1sY/JOCgoPCXRxzdju0K+K0BiGW0SChEL1MLC0PoCIR1OlPo5YAp8HuQoUlsWEICwg==
3116+
is-in-ci@^0.1.0:
3117+
version "0.1.0"
3118+
resolved "https://registry.yarnpkg.com/is-in-ci/-/is-in-ci-0.1.0.tgz#5e07d6a02ec3a8292d3f590973357efa3fceb0d3"
3119+
integrity sha512-d9PXLEY0v1iJ64xLiQMJ51J128EYHAaOR4yZqQi8aHGfw6KgifM3/Viw1oZZ1GCVmb3gBuyhLyHj0HgR2DhSXQ==
31253120

31263121
is-negative-zero@^2.0.2:
31273122
version "2.0.2"
@@ -3645,7 +3640,7 @@ lodash.upperfirst@^4.3.1:
36453640
resolved "https://registry.yarnpkg.com/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz#1365edf431480481ef0d1c68957a5ed99d49f7ce"
36463641
integrity sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==
36473642

3648-
lodash@^4.17.15:
3643+
lodash@^4.17.15, lodash@^4.17.21:
36493644
version "4.17.21"
36503645
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
36513646
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
@@ -4985,7 +4980,7 @@ string-width@^5.0.1, string-width@^5.1.2:
49854980
emoji-regex "^9.2.2"
49864981
strip-ansi "^7.0.1"
49874982

4988-
string-width@^7.0.0, string-width@^7.2.0:
4983+
string-width@^7.0.0:
49894984
version "7.2.0"
49904985
resolved "https://registry.yarnpkg.com/string-width/-/string-width-7.2.0.tgz#b5bb8e2165ce275d4d43476dd2700ad9091db6dc"
49914986
integrity sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==
@@ -5288,10 +5283,10 @@ type-fest@^1.0.2:
52885283
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-1.4.0.tgz#e9fb813fe3bf1744ec359d55d1affefa76f14be1"
52895284
integrity sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==
52905285

5291-
type-fest@^4.27.0:
5292-
version "4.31.0"
5293-
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.31.0.tgz#a3de630c96eb77c281b6ba2affa5dae5fb3c326c"
5294-
integrity sha512-yCxltHW07Nkhv/1F6wWBr8kz+5BGMfP+RbRSYFnegVb0qV/UMT0G0ElBloPVerqn4M2ZV80Ir1FtCcYv1cT6vQ==
5286+
type-fest@^4.8.3:
5287+
version "4.33.0"
5288+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.33.0.tgz#2da0c135b9afa76cf8b18ecfd4f260ecd414a432"
5289+
integrity sha512-s6zVrxuyKbbAsSAD5ZPTB77q4YIdRctkTbJ2/Dqlinwz+8ooH2gd+YA7VA6Pa93KML9GockVvoxjZ2vHP+mu8g==
52955290

52965291
typed-array-buffer@^1.0.0:
52975292
version "1.0.0"
@@ -5611,7 +5606,7 @@ write-file-atomic@^3.0.0:
56115606
signal-exit "^3.0.2"
56125607
typedarray-to-buffer "^3.1.5"
56135608

5614-
ws@^8.18.0:
5609+
ws@^8.15.0:
56155610
version "8.18.0"
56165611
resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.0.tgz#0d7505a6eafe2b0e712d232b42279f53bc289bbc"
56175612
integrity sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==

0 commit comments

Comments
 (0)