Skip to content

Commit 45947b5

Browse files
committed
fix: bump oclif/table
1 parent a15d4e4 commit 45947b5

File tree

2 files changed

+38
-13
lines changed

2 files changed

+38
-13
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.0.27",
49-
"@oclif/table": "^0.2.2",
49+
"@oclif/table": "^0.3.0",
5050
"@salesforce/core": "^8.5.1",
5151
"@salesforce/kit": "^3.2.3",
5252
"@salesforce/ts-types": "^2.0.12",

yarn.lock

Lines changed: 37 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -582,13 +582,13 @@
582582
wordwrap "^1.0.0"
583583
wrap-ansi "^7.0.0"
584584

585-
"@oclif/table@^0.2.2":
586-
version "0.2.2"
587-
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.2.2.tgz#057f1f86c51a5a4239dbd0a71d3fe4056d8d95f5"
588-
integrity sha512-wKWkPcZ00k3v1ZgaX0MB1LR1HR227ZtFv/zgElGwVSTvvRLe1r5VHple7nmZA+7zJkRO7ko09IPUlxezDu2D3A==
585+
"@oclif/table@^0.3.0":
586+
version "0.3.0"
587+
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.3.0.tgz#b87ba5d20e7e84a1d4744e68c64093dbc8bd8de9"
588+
integrity sha512-HzUUyNcoEzfyvzzXL1evLZmiMBZ2SnH41lNHpoKJZJR4uCdiMkOzlkLf9M326qLmRJTDpKnUHgIZD778T647gg==
589589
dependencies:
590590
"@oclif/core" "^4"
591-
"@types/react" "^18.3.11"
591+
"@types/react" "^18.3.12"
592592
change-case "^5.4.4"
593593
cli-truncate "^4.0.0"
594594
ink "^5.0.1"
@@ -824,10 +824,10 @@
824824
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.13.tgz#2af91918ee12d9d32914feb13f5326658461b451"
825825
integrity sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA==
826826

827-
"@types/react@^18.3.11":
828-
version "18.3.11"
829-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.11.tgz#9d530601ff843ee0d7030d4227ea4360236bd537"
830-
integrity sha512-r6QZ069rFTjrEYgFdOck1gK7FLVsgJE7tTz0pQBczlBNUhBNk0MQH4UbnFSwjpQLMkLzgqvBBa+qGpLje16eTQ==
827+
"@types/react@^18.3.12":
828+
version "18.3.12"
829+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.12.tgz#99419f182ccd69151813b7ee24b792fe08774f60"
830+
integrity sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==
831831
dependencies:
832832
"@types/prop-types" "*"
833833
csstype "^3.0.2"
@@ -4962,7 +4962,16 @@ stack-utils@^2.0.6:
49624962
dependencies:
49634963
escape-string-regexp "^2.0.0"
49644964

4965-
"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:
4965+
"string-width-cjs@npm:string-width@^4.2.0":
4966+
version "4.2.3"
4967+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
4968+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
4969+
dependencies:
4970+
emoji-regex "^8.0.0"
4971+
is-fullwidth-code-point "^3.0.0"
4972+
strip-ansi "^6.0.1"
4973+
4974+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
49664975
version "4.2.3"
49674976
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
49684977
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -5030,7 +5039,14 @@ string_decoder@~1.1.1:
50305039
dependencies:
50315040
safe-buffer "~5.1.0"
50325041

5033-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
5042+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
5043+
version "6.0.1"
5044+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
5045+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
5046+
dependencies:
5047+
ansi-regex "^5.0.1"
5048+
5049+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
50345050
version "6.0.1"
50355051
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
50365052
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -5539,7 +5555,7 @@ workerpool@^6.5.1:
55395555
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
55405556
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
55415557

5542-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
5558+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
55435559
version "7.0.0"
55445560
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
55455561
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -5557,6 +5573,15 @@ wrap-ansi@^6.2.0:
55575573
string-width "^4.1.0"
55585574
strip-ansi "^6.0.0"
55595575

5576+
wrap-ansi@^7.0.0:
5577+
version "7.0.0"
5578+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
5579+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
5580+
dependencies:
5581+
ansi-styles "^4.0.0"
5582+
string-width "^4.1.0"
5583+
strip-ansi "^6.0.0"
5584+
55605585
wrap-ansi@^8.1.0:
55615586
version "8.1.0"
55625587
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)