Skip to content

Commit d670456

Browse files
committed
fix: bump oclif/table
1 parent 74549ab commit d670456

File tree

2 files changed

+8
-33
lines changed

2 files changed

+8
-33
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"dependencies": {
4646
"@inquirer/confirm": "^3.1.22",
4747
"@inquirer/password": "^2.2.0",
48-
"@oclif/table": "^0.1.22",
48+
"@oclif/table": "^0.1.23",
4949
"@oclif/core": "^4.0.27",
5050
"@salesforce/core": "^8.5.1",
5151
"@salesforce/kit": "^3.2.3",

yarn.lock

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

585-
"@oclif/table@^0.1.22":
586-
version "0.1.22"
587-
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.1.22.tgz#d2f85f2da6141a02afb8efa9ac05651850ef4df8"
588-
integrity sha512-2qW47gCfFqj/OhIMAA+ZE2mfeQ9ub3Sv3hrachwXJ9o8d6bfBKlgHbfJ5+SxJlur+ecXL+GdZWkR9RFhbIuZdA==
585+
"@oclif/table@^0.1.23":
586+
version "0.1.23"
587+
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.1.23.tgz#98ed8ed27ed8f4a7ef64d54c1874b29cb34c91e0"
588+
integrity sha512-6j5tV/HkH3qKH5AgdmkNTwL/hXs71/jdBYFHC8WcsMJDpPab3dSDu0yJBooszD4Vdx8Z+wcl9nW8CWNth6plOg==
589589
dependencies:
590590
"@oclif/core" "^4"
591591
"@types/react" "^18.3.11"
@@ -4962,16 +4962,7 @@ 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":
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:
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:
49754966
version "4.2.3"
49764967
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
49774968
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -5039,14 +5030,7 @@ string_decoder@~1.1.1:
50395030
dependencies:
50405031
safe-buffer "~5.1.0"
50415032

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:
5033+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
50505034
version "6.0.1"
50515035
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
50525036
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -5555,7 +5539,7 @@ workerpool@^6.5.1:
55555539
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
55565540
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
55575541

5558-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
5542+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
55595543
version "7.0.0"
55605544
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
55615545
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -5573,15 +5557,6 @@ wrap-ansi@^6.2.0:
55735557
string-width "^4.1.0"
55745558
strip-ansi "^6.0.0"
55755559

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-
55855560
wrap-ansi@^8.1.0:
55865561
version "8.1.0"
55875562
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)