Skip to content

Commit

Permalink
chore(deps): bump cli-table3 from 0.6.0 to 0.6.3
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2022
1 parent 948b086 commit bb8c3e2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/cluster/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.3"
},
"bin": {
"d2-cluster": "./bin/d2-cluster"
Expand Down
2 changes: 1 addition & 1 deletion packages/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.3",
"envinfo": "^7.5.0",
"inquirer": "^7.1.0"
},
Expand Down
16 changes: 10 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1263,6 +1263,11 @@
exec-sh "^0.3.2"
minimist "^1.2.0"

"@colors/[email protected]":
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"
Expand Down Expand Up @@ -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.3:
version "0.6.3"
resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.3.tgz#61ab765aac156b52f222954ffc607a6f01dbeeb2"
integrity sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg==
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"
Expand Down

0 comments on commit bb8c3e2

Please sign in to comment.