From b34d16fa3136ae2e68cbe1acbc394282ee80a9e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 21:38:14 +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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index c4a9ef6..06614ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2179,8 +2179,9 @@ } }, "node_modules/cli-table3": { - "version": "0.6.3", - "license": "MIT", + "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" },