From 8ec809d4f5dac19401b9067846b5125cd4ba88bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 04:41:47 +0000 Subject: [PATCH] fix(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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8624647..2fd5329 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2275,9 +2275,9 @@ "dev": true }, "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" },