diff --git a/package-lock.json b/package-lock.json index 58136f455..aa3db2f3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "async": "3.2.5", "chardet": "2.0.0", "cli-progress": "3.12.0", - "cli-table3": "0.6.3", + "cli-table3": "0.6.4", "colors": "1.4.0", "commander": "11.1.0", "csv-parse": "4.16.3", @@ -1535,9 +1535,9 @@ } }, "node_modules/cli-table3": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.3.tgz", - "integrity": "sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg==", + "version": "0.6.4", + "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.4.tgz", + "integrity": "sha512-Lm3L0p+/npIQWNIiyF/nAn7T5dnOwR3xNTHXYEBFBFVPXzCVNZ5lqEC/1eo/EVfpDsQ1I+TX4ORPQgp+UI0CRw==", "dependencies": { "string-width": "^4.2.0" }, @@ -8081,9 +8081,9 @@ } }, "cli-table3": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.3.tgz", - "integrity": "sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg==", + "version": "0.6.4", + "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.4.tgz", + "integrity": "sha512-Lm3L0p+/npIQWNIiyF/nAn7T5dnOwR3xNTHXYEBFBFVPXzCVNZ5lqEC/1eo/EVfpDsQ1I+TX4ORPQgp+UI0CRw==", "requires": { "@colors/colors": "1.5.0", "string-width": "^4.2.0" diff --git a/package.json b/package.json index bf4d7d8d7..1e5d4a5f8 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "async": "3.2.5", "chardet": "2.0.0", "cli-progress": "3.12.0", - "cli-table3": "0.6.3", + "cli-table3": "0.6.4", "colors": "1.4.0", "commander": "11.1.0", "csv-parse": "4.16.3",