From 0ab7671c6cc2e9e53dd75d77aadda2cc298e924a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Apr 2022 01:04:25 +0000 Subject: [PATCH] chore(deps): bump cli-table3 from 0.6.0 to 0.6.2 Bumps [cli-table3](https://github.com/cli-table/cli-table3) from 0.6.0 to 0.6.2. - [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.2) --- 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 | 16 ++++++++++------ 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/packages/cluster/package.json b/packages/cluster/package.json index a2d6a0cc..d496dddf 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.2" }, "bin": { "d2-cluster": "./bin/d2-cluster" diff --git a/packages/main/package.json b/packages/main/package.json index eb6426f5..0d83b2dc 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.2", "envinfo": "^7.5.0", "inquirer": "^7.1.0" }, diff --git a/yarn.lock b/yarn.lock index 4ca993e4..52c30408 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1263,6 +1263,11 @@ exec-sh "^0.3.2" minimist "^1.2.0" +"@colors/colors@1.5.0": + version "1.5.0" + resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9" + integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ== + "@commitlint/cli@^11.0.0": version "11.0.0" resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-11.0.0.tgz#698199bc52afed50aa28169237758fa14a67b5d3" @@ -5535,15 +5540,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.2: + version "0.6.2" + resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.2.tgz#aaf5df9d8b5bf12634dc8b3040806a0c07120d2a" + integrity sha512-QyavHCaIC80cMivimWu4aWHilIpiDpfm3hGmqAmXVL1UsnbLuBSMd21hTX6VY4ZSDSM73ESLeF8TOYId3rBTbw== dependencies: - object-assign "^4.1.0" string-width "^4.2.0" optionalDependencies: - colors "^1.1.2" + "@colors/colors" "1.5.0" cli-table@^0.3.1: version "0.3.6"