Skip to content

Commit e836c92

Browse files
authored
fix: bump @oclif/table to 0.5.0 (#690)
1 parent eeb4a2b commit e836c92

File tree

2 files changed

+26
-35
lines changed

2 files changed

+26
-35
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@inquirer/confirm": "^3.1.22",
4848
"@inquirer/password": "^2.2.0",
4949
"@oclif/core": "^4.5.2",
50-
"@oclif/table": "^0.4.12",
50+
"@oclif/table": "^0.5.0",
5151
"@salesforce/core": "^8.18.7",
5252
"@salesforce/kit": "^3.2.3",
5353
"@salesforce/ts-types": "^2.0.12",

yarn.lock

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

583-
"@oclif/table@^0.4.12":
584-
version "0.4.12"
585-
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.4.12.tgz#070c6fc474d3f6b5cb6924c55931fe51ab79c69b"
586-
integrity sha512-CrdJBBmil38o6K5QY+vuOovfG3A6q9nFIAISpNOoOnSSiA81s/xfZ/T4E0z7coDvYnz6wJCTMc2ObqaxBZfbHg==
583+
"@oclif/table@^0.5.0":
584+
version "0.5.0"
585+
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.5.0.tgz#d84f6ba1ab38092cebf7c4712671ab0348ea74ee"
586+
integrity sha512-qXVucBYc/81SNZRDpKgZLr3WNX6qPUN9Ukqr5wWPMmUSzzOnusln3KuTzzWoB1IIafmqrq27QCozkLyvY7ymmw==
587587
dependencies:
588588
"@types/react" "^18.3.12"
589589
change-case "^5.4.4"
@@ -592,8 +592,8 @@
592592
natural-orderby "^3.0.2"
593593
object-hash "^3.0.0"
594594
react "^18.3.1"
595-
strip-ansi "^7.1.0"
596-
wrap-ansi "^9.0.0"
595+
strip-ansi "^7.1.2"
596+
wrap-ansi "^9.0.2"
597597

598598
"@oclif/test@^4.1.9":
599599
version "4.1.9"
@@ -5023,16 +5023,7 @@ stack-utils@^2.0.6:
50235023
dependencies:
50245024
escape-string-regexp "^2.0.0"
50255025

5026-
"string-width-cjs@npm:string-width@^4.2.0":
5027-
version "4.2.3"
5028-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
5029-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
5030-
dependencies:
5031-
emoji-regex "^8.0.0"
5032-
is-fullwidth-code-point "^3.0.0"
5033-
strip-ansi "^6.0.1"
5034-
5035-
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
5026+
"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:
50365027
version "4.2.3"
50375028
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
50385029
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -5100,14 +5091,7 @@ string_decoder@~1.1.1:
51005091
dependencies:
51015092
safe-buffer "~5.1.0"
51025093

5103-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
5104-
version "6.0.1"
5105-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
5106-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
5107-
dependencies:
5108-
ansi-regex "^5.0.1"
5109-
5110-
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
5094+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
51115095
version "6.0.1"
51125096
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
51135097
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -5121,6 +5105,13 @@ strip-ansi@^7.0.1, strip-ansi@^7.1.0:
51215105
dependencies:
51225106
ansi-regex "^6.0.1"
51235107

5108+
strip-ansi@^7.1.2:
5109+
version "7.1.2"
5110+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.2.tgz#132875abde678c7ea8d691533f2e7e22bb744dba"
5111+
integrity sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==
5112+
dependencies:
5113+
ansi-regex "^6.0.1"
5114+
51245115
strip-bom@^3.0.0:
51255116
version "3.0.0"
51265117
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
@@ -5624,7 +5615,7 @@ workerpool@^6.5.1:
56245615
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
56255616
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
56265617

5627-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
5618+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
56285619
version "7.0.0"
56295620
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
56305621
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -5642,15 +5633,6 @@ wrap-ansi@^6.2.0:
56425633
string-width "^4.1.0"
56435634
strip-ansi "^6.0.0"
56445635

5645-
wrap-ansi@^7.0.0:
5646-
version "7.0.0"
5647-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
5648-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
5649-
dependencies:
5650-
ansi-styles "^4.0.0"
5651-
string-width "^4.1.0"
5652-
strip-ansi "^6.0.0"
5653-
56545636
wrap-ansi@^8.1.0:
56555637
version "8.1.0"
56565638
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
@@ -5669,6 +5651,15 @@ wrap-ansi@^9.0.0:
56695651
string-width "^7.0.0"
56705652
strip-ansi "^7.1.0"
56715653

5654+
wrap-ansi@^9.0.2:
5655+
version "9.0.2"
5656+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-9.0.2.tgz#956832dea9494306e6d209eb871643bb873d7c98"
5657+
integrity sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==
5658+
dependencies:
5659+
ansi-styles "^6.2.1"
5660+
string-width "^7.0.0"
5661+
strip-ansi "^7.1.0"
5662+
56725663
wrappy@1:
56735664
version "1.0.2"
56745665
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"

0 commit comments

Comments
 (0)