From 3ce9e95b0f8592a2307fe5f4d1472d753d2fbae1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 22:45:26 +0000 Subject: [PATCH] Chore(deps): bump cli-table3 from 0.6.3 to 0.6.4 Bumps [cli-table3](https://github.com/cli-table/cli-table3) from 0.6.3 to 0.6.4. - [Release notes](https://github.com/cli-table/cli-table3/releases) - [Changelog](https://github.com/cli-table/cli-table3/blob/master/CHANGELOG.md) - [Commits](https://github.com/cli-table/cli-table3/compare/v0.6.3...v0.6.4) --- updated-dependencies: - dependency-name: cli-table3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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",