Skip to content

Commit 4627fea

Browse files
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](cli-table/cli-table3@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] <support@github.com>
1 parent 929fc2f commit 4627fea

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

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.1.0",
11-
"cli-table3": "^0.6.0"
11+
"cli-table3": "^0.6.1"
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.1",
21-
"cli-table3": "^0.6.0",
21+
"cli-table3": "^0.6.1",
2222
"envinfo": "^7.5.0",
2323
"inquirer": "^7.1.0"
2424
},

yarn.lock

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5535,15 +5535,14 @@ cli-cursor@^3.1.0:
55355535
dependencies:
55365536
restore-cursor "^3.1.0"
55375537

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==
5538+
cli-table3@^0.6.0, cli-table3@^0.6.1:
5539+
version "0.6.1"
5540+
resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.1.tgz#36ce9b7af4847f288d3cdd081fbd09bf7bd237b8"
5541+
integrity sha512-w0q/enDHhPLq44ovMGdQeeDLvwxwavsJX7oQGYt/LrBlYsyaxyDnp6z3QzFut/6kLLKnlcUVJLrpB7KBfgG/RA==
55425542
dependencies:
5543-
object-assign "^4.1.0"
55445543
string-width "^4.2.0"
55455544
optionalDependencies:
5546-
colors "^1.1.2"
5545+
colors "1.4.0"
55475546

55485547
cli-table@^0.3.1:
55495548
version "0.3.6"
@@ -5726,7 +5725,7 @@ colors@1.0.3:
57265725
resolved "https://registry.yarnpkg.com/colors/-/colors-1.0.3.tgz#0433f44d809680fdeb60ed260f1b0c262e82a40b"
57275726
integrity sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs=
57285727

5729-
colors@^1.1.2, colors@latest:
5728+
colors@1.4.0, colors@^1.1.2, colors@latest:
57305729
version "1.4.0"
57315730
resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
57325731
integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==

0 commit comments

Comments
 (0)