Skip to content

Commit bb8c3e2

Browse files
chore(deps): bump cli-table3 from 0.6.0 to 0.6.3
Bumps [cli-table3](https://github.com/cli-table/cli-table3) from 0.6.0 to 0.6.3. - [Release notes](https://github.com/cli-table/cli-table3/releases) - [Changelog](https://github.com/cli-table/cli-table3/blob/master/CHANGELOG.md) - [Commits](cli-table/cli-table3@v0.6.0...v0.6.3) --- updated-dependencies: - dependency-name: cli-table3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 948b086 commit bb8c3e2

3 files changed

Lines changed: 12 additions & 8 deletions

File tree

packages/cluster/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"license": "BSD-3-Clause",
99
"dependencies": {
1010
"@dhis2/cli-helpers-engine": "^3.2.1",
11-
"cli-table3": "^0.6.0"
11+
"cli-table3": "^0.6.3"
1212
},
1313
"bin": {
1414
"d2-cluster": "./bin/d2-cluster"

packages/main/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@dhis2/cli-helpers-engine": "^3.2.1",
1919
"@dhis2/cli-style": "^9.0.1",
2020
"@dhis2/cli-utils": "4.2.2",
21-
"cli-table3": "^0.6.0",
21+
"cli-table3": "^0.6.3",
2222
"envinfo": "^7.5.0",
2323
"inquirer": "^7.1.0"
2424
},

yarn.lock

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1263,6 +1263,11 @@
12631263
exec-sh "^0.3.2"
12641264
minimist "^1.2.0"
12651265

1266+
"@colors/colors@1.5.0":
1267+
version "1.5.0"
1268+
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
1269+
integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==
1270+
12661271
"@commitlint/cli@^11.0.0":
12671272
version "11.0.0"
12681273
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-11.0.0.tgz#698199bc52afed50aa28169237758fa14a67b5d3"
@@ -5535,15 +5540,14 @@ cli-cursor@^3.1.0:
55355540
dependencies:
55365541
restore-cursor "^3.1.0"
55375542

5538-
cli-table3@^0.6.0:
5539-
version "0.6.0"
5540-
resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.0.tgz#b7b1bc65ca8e7b5cef9124e13dc2b21e2ce4faee"
5541-
integrity sha512-gnB85c3MGC7Nm9I/FkiasNBOKjOiO1RNuXXarQms37q4QMpWdlbBgD/VnOStA2faG1dpXMv31RFApjX1/QdgWQ==
5543+
cli-table3@^0.6.0, cli-table3@^0.6.3:
5544+
version "0.6.3"
5545+
resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.3.tgz#61ab765aac156b52f222954ffc607a6f01dbeeb2"
5546+
integrity sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg==
55425547
dependencies:
5543-
object-assign "^4.1.0"
55445548
string-width "^4.2.0"
55455549
optionalDependencies:
5546-
colors "^1.1.2"
5550+
"@colors/colors" "1.5.0"
55475551

55485552
cli-table@^0.3.1:
55495553
version "0.3.6"

0 commit comments

Comments
 (0)