Skip to content

Commit 889e637

Browse files
authored
fix: update console table version (#355)
1 parent 412d7b7 commit 889e637

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"homepage": "https://console-table.netlify.app/docs/doc-cli-install-quick-start",
3939
"dependencies": {
4040
"commander": "^14.0.0",
41-
"console-table-printer": "^2.14.0"
41+
"console-table-printer": "^2.14.1"
4242
},
4343
"devDependencies": {
4444
"@semantic-release/changelog": "^6.0.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1982,10 +1982,10 @@ confusing-browser-globals@^1.0.10:
19821982
resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz#ae40e9b57cdd3915408a2805ebd3a5585608dc81"
19831983
integrity sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==
19841984

1985-
console-table-printer@^2.14.0:
1986-
version "2.14.0"
1987-
resolved "https://registry.yarnpkg.com/console-table-printer/-/console-table-printer-2.14.0.tgz#4c2874933348aaa685f468a51234fafecbb9f97b"
1988-
integrity sha512-zrY29NkhSoY9SxEynJVWk6zuuI2tGnlS00+Jx+EWkp6QTsyj8W/Zc20awiqVvPj73oP5kX6w5uDW9rle5IznYw==
1985+
console-table-printer@^2.14.1:
1986+
version "2.14.1"
1987+
resolved "https://registry.yarnpkg.com/console-table-printer/-/console-table-printer-2.14.1.tgz#e749c56997ba4a69c5d05495ae52c24187dec7a7"
1988+
integrity sha512-Nvz+lt5BRvG8qJ8KrqhK0rtbE4hbi0oj4G5/2ig7pbMXBCvy+zcHEZbyIdidl2GEL0AwtxYX4Zc3C28fFSPXyA==
19891989
dependencies:
19901990
simple-wcswidth "^1.0.1"
19911991

0 commit comments

Comments
 (0)