Skip to content

Commit c42c7d8

Browse files
committed
fix: bump oclif table
1 parent 4018323 commit c42c7d8

File tree

3 files changed

+35
-55
lines changed

3 files changed

+35
-55
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2024, Salesforce.com, Inc.
1+
Copyright (c) 2025, Salesforce.com, Inc.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

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.0.34",
49-
"@oclif/table": "^0.3.2",
49+
"@oclif/table": "^0.4.0",
5050
"@salesforce/core": "^8.5.1",
5151
"@salesforce/kit": "^3.2.3",
5252
"@salesforce/ts-types": "^2.0.12",

yarn.lock

Lines changed: 33 additions & 53 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.3.2":
584-
version "0.3.2"
585-
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.3.2.tgz#192a310488af67a7341ba203a0e3a0d67f1d8693"
586-
integrity sha512-H8B41sRuXByT4E3ROSICbiQBbZDD3Kw30vYkJlPvKbE5QGEd11hPo+P9ahdGLA3AY0SkTflfTily8fFhHT0WDA==
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==
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.0.1"
592+
ink "^5.1.0"
593593
natural-orderby "^3.0.2"
594594
object-hash "^3.0.0"
595595
react "^18.3.1"
@@ -2077,6 +2077,11 @@ 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+
20802085
es6-error@^4.0.1:
20812086
version "4.1.1"
20822087
resolved "https://registry.yarnpkg.com/es6-error/-/es6-error-4.1.1.tgz#9e3af407459deed47e9a91f9b885a84eb05c561d"
@@ -2973,10 +2978,10 @@ ini@^1.3.4:
29732978
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c"
29742979
integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==
29752980

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==
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==
29802985
dependencies:
29812986
"@alcalzone/ansi-tokenize" "^0.1.3"
29822987
ansi-escapes "^7.0.0"
@@ -2987,20 +2992,20 @@ ink@^5.0.1:
29872992
cli-cursor "^4.0.0"
29882993
cli-truncate "^4.0.0"
29892994
code-excerpt "^4.0.0"
2995+
es-toolkit "^1.22.0"
29902996
indent-string "^5.0.0"
2991-
is-in-ci "^0.1.0"
2992-
lodash "^4.17.21"
2997+
is-in-ci "^1.0.0"
29932998
patch-console "^2.0.0"
29942999
react-reconciler "^0.29.0"
29953000
scheduler "^0.23.0"
29963001
signal-exit "^3.0.7"
29973002
slice-ansi "^7.1.0"
29983003
stack-utils "^2.0.6"
2999-
string-width "^7.0.0"
3000-
type-fest "^4.8.3"
3004+
string-width "^7.2.0"
3005+
type-fest "^4.27.0"
30013006
widest-line "^5.0.0"
30023007
wrap-ansi "^9.0.0"
3003-
ws "^8.15.0"
3008+
ws "^8.18.0"
30043009
yoga-wasm-web "~0.3.3"
30053010

30063011
internal-slot@^1.0.5:
@@ -3113,10 +3118,10 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
31133118
dependencies:
31143119
is-extglob "^2.1.1"
31153120

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==
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==
31203125

31213126
is-negative-zero@^2.0.2:
31223127
version "2.0.2"
@@ -3640,7 +3645,7 @@ lodash.upperfirst@^4.3.1:
36403645
resolved "https://registry.yarnpkg.com/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz#1365edf431480481ef0d1c68957a5ed99d49f7ce"
36413646
integrity sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==
36423647

3643-
lodash@^4.17.15, lodash@^4.17.21:
3648+
lodash@^4.17.15:
36443649
version "4.17.21"
36453650
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
36463651
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
@@ -4953,16 +4958,7 @@ stack-utils@^2.0.6:
49534958
dependencies:
49544959
escape-string-regexp "^2.0.0"
49554960

4956-
"string-width-cjs@npm:string-width@^4.2.0":
4957-
version "4.2.3"
4958-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
4959-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
4960-
dependencies:
4961-
emoji-regex "^8.0.0"
4962-
is-fullwidth-code-point "^3.0.0"
4963-
strip-ansi "^6.0.1"
4964-
4965-
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
4961+
"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:
49664962
version "4.2.3"
49674963
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
49684964
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -4980,7 +4976,7 @@ string-width@^5.0.1, string-width@^5.1.2:
49804976
emoji-regex "^9.2.2"
49814977
strip-ansi "^7.0.1"
49824978

4983-
string-width@^7.0.0:
4979+
string-width@^7.0.0, string-width@^7.2.0:
49844980
version "7.2.0"
49854981
resolved "https://registry.yarnpkg.com/string-width/-/string-width-7.2.0.tgz#b5bb8e2165ce275d4d43476dd2700ad9091db6dc"
49864982
integrity sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==
@@ -5030,14 +5026,7 @@ string_decoder@~1.1.1:
50305026
dependencies:
50315027
safe-buffer "~5.1.0"
50325028

5033-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
5034-
version "6.0.1"
5035-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
5036-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
5037-
dependencies:
5038-
ansi-regex "^5.0.1"
5039-
5040-
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
5029+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
50415030
version "6.0.1"
50425031
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
50435032
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -5283,10 +5272,10 @@ type-fest@^1.0.2:
52835272
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-1.4.0.tgz#e9fb813fe3bf1744ec359d55d1affefa76f14be1"
52845273
integrity sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==
52855274

5286-
type-fest@^4.8.3:
5287-
version "4.26.1"
5288-
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.26.1.tgz#a4a17fa314f976dd3e6d6675ef6c775c16d7955e"
5289-
integrity sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==
5275+
type-fest@^4.27.0:
5276+
version "4.31.0"
5277+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.31.0.tgz#a3de630c96eb77c281b6ba2affa5dae5fb3c326c"
5278+
integrity sha512-yCxltHW07Nkhv/1F6wWBr8kz+5BGMfP+RbRSYFnegVb0qV/UMT0G0ElBloPVerqn4M2ZV80Ir1FtCcYv1cT6vQ==
52905279

52915280
typed-array-buffer@^1.0.0:
52925281
version "1.0.0"
@@ -5546,7 +5535,7 @@ workerpool@^6.5.1:
55465535
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
55475536
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
55485537

5549-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
5538+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
55505539
version "7.0.0"
55515540
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
55525541
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -5564,15 +5553,6 @@ wrap-ansi@^6.2.0:
55645553
string-width "^4.1.0"
55655554
strip-ansi "^6.0.0"
55665555

5567-
wrap-ansi@^7.0.0:
5568-
version "7.0.0"
5569-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
5570-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
5571-
dependencies:
5572-
ansi-styles "^4.0.0"
5573-
string-width "^4.1.0"
5574-
strip-ansi "^6.0.0"
5575-
55765556
wrap-ansi@^8.1.0:
55775557
version "8.1.0"
55785558
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
@@ -5606,7 +5586,7 @@ write-file-atomic@^3.0.0:
56065586
signal-exit "^3.0.2"
56075587
typedarray-to-buffer "^3.1.5"
56085588

5609-
ws@^8.15.0:
5589+
ws@^8.18.0:
56105590
version "8.18.0"
56115591
resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.0.tgz#0d7505a6eafe2b0e712d232b42279f53bc289bbc"
56125592
integrity sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==

0 commit comments

Comments
 (0)