From 27b6ceb28be99070be01017a6469831e3c97b0f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 20:11:48 +0000 Subject: [PATCH] chore(deps): bump cli-table3 from 0.6.0 to 0.6.1 Bumps [cli-table3](https://github.com/cli-table/cli-table3) from 0.6.0 to 0.6.1. - [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.0...v0.6.1) --- updated-dependencies: - dependency-name: cli-table3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/cluster/package.json | 2 +- packages/main/package.json | 2 +- yarn.lock | 13 ++++++------- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/packages/cluster/package.json b/packages/cluster/package.json index a2d6a0cc..24a1f134 100644 --- a/packages/cluster/package.json +++ b/packages/cluster/package.json @@ -8,7 +8,7 @@ "license": "BSD-3-Clause", "dependencies": { "@dhis2/cli-helpers-engine": "^3.2.1", - "cli-table3": "^0.6.0" + "cli-table3": "^0.6.1" }, "bin": { "d2-cluster": "./bin/d2-cluster" diff --git a/packages/main/package.json b/packages/main/package.json index eb6426f5..11559ee0 100644 --- a/packages/main/package.json +++ b/packages/main/package.json @@ -18,7 +18,7 @@ "@dhis2/cli-helpers-engine": "^3.2.1", "@dhis2/cli-style": "^9.0.1", "@dhis2/cli-utils": "4.2.2", - "cli-table3": "^0.6.0", + "cli-table3": "^0.6.1", "envinfo": "^7.5.0", "inquirer": "^7.1.0" }, diff --git a/yarn.lock b/yarn.lock index 4ca993e4..c6a79d8a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5535,15 +5535,14 @@ cli-cursor@^3.1.0: dependencies: restore-cursor "^3.1.0" -cli-table3@^0.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.0.tgz#b7b1bc65ca8e7b5cef9124e13dc2b21e2ce4faee" - integrity sha512-gnB85c3MGC7Nm9I/FkiasNBOKjOiO1RNuXXarQms37q4QMpWdlbBgD/VnOStA2faG1dpXMv31RFApjX1/QdgWQ== +cli-table3@^0.6.0, cli-table3@^0.6.1: + version "0.6.1" + resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.1.tgz#36ce9b7af4847f288d3cdd081fbd09bf7bd237b8" + integrity sha512-w0q/enDHhPLq44ovMGdQeeDLvwxwavsJX7oQGYt/LrBlYsyaxyDnp6z3QzFut/6kLLKnlcUVJLrpB7KBfgG/RA== dependencies: - object-assign "^4.1.0" string-width "^4.2.0" optionalDependencies: - colors "^1.1.2" + colors "1.4.0" cli-table@^0.3.1: version "0.3.6" @@ -5726,7 +5725,7 @@ colors@1.0.3: resolved "https://registry.yarnpkg.com/colors/-/colors-1.0.3.tgz#0433f44d809680fdeb60ed260f1b0c262e82a40b" integrity sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs= -colors@^1.1.2, colors@latest: +colors@1.4.0, colors@^1.1.2, colors@latest: version "1.4.0" resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78" integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==