Skip to content

Commit 6853531

Browse files
committed
deps: cli-table3@0.6.4
1 parent c9315cb commit 6853531

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

node_modules/cli-table3/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cli-table3",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"description": "Pretty unicode tables for the command line. Based on the original cli-table.",
55
"main": "index.js",
66
"types": "index.d.ts",

package-lock.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"chalk": "^5.3.0",
104104
"ci-info": "^4.0.0",
105105
"cli-columns": "^4.0.0",
106-
"cli-table3": "^0.6.3",
106+
"cli-table3": "^0.6.4",
107107
"columnify": "^1.6.0",
108108
"fastest-levenshtein": "^1.0.16",
109109
"fs-minipass": "^3.0.3",
@@ -3316,9 +3316,9 @@
33163316
}
33173317
},
33183318
"node_modules/cli-table3": {
3319-
"version": "0.6.3",
3320-
"resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.3.tgz",
3321-
"integrity": "sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg==",
3319+
"version": "0.6.4",
3320+
"resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.4.tgz",
3321+
"integrity": "sha512-Lm3L0p+/npIQWNIiyF/nAn7T5dnOwR3xNTHXYEBFBFVPXzCVNZ5lqEC/1eo/EVfpDsQ1I+TX4ORPQgp+UI0CRw==",
33223322
"inBundle": true,
33233323
"dependencies": {
33243324
"string-width": "^4.2.0"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"chalk": "^5.3.0",
6767
"ci-info": "^4.0.0",
6868
"cli-columns": "^4.0.0",
69-
"cli-table3": "^0.6.3",
69+
"cli-table3": "^0.6.4",
7070
"columnify": "^1.6.0",
7171
"fastest-levenshtein": "^1.0.16",
7272
"fs-minipass": "^3.0.3",

0 commit comments

Comments
 (0)