Skip to content

Commit a5a437f

Browse files
authored
Merge pull request #530 from ember-cli/dependabot/npm_and_yarn/cli-table3-0.6.0
Bump cli-table3 from 0.5.1 to 0.6.0
2 parents 32be3b1 + 21faa4a commit a5a437f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"chalk": "^3.0.0",
30-
"cli-table3": "^0.5.1",
30+
"cli-table3": "^0.6.0",
3131
"debug": "^4.1.0",
3232
"ember-cli-babel": "^7.19.0",
3333
"execa": "^3.4.0",

yarn.lock

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4465,6 +4465,16 @@ cli-table3@^0.5.1:
44654465
optionalDependencies:
44664466
colors "^1.1.2"
44674467

4468+
cli-table3@^0.6.0:
4469+
version "0.6.0"
4470+
resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.0.tgz#b7b1bc65ca8e7b5cef9124e13dc2b21e2ce4faee"
4471+
integrity sha512-gnB85c3MGC7Nm9I/FkiasNBOKjOiO1RNuXXarQms37q4QMpWdlbBgD/VnOStA2faG1dpXMv31RFApjX1/QdgWQ==
4472+
dependencies:
4473+
object-assign "^4.1.0"
4474+
string-width "^4.2.0"
4475+
optionalDependencies:
4476+
colors "^1.1.2"
4477+
44684478
cli-table@^0.3.1:
44694479
version "0.3.1"
44704480
resolved "https://registry.yarnpkg.com/cli-table/-/cli-table-0.3.1.tgz#f53b05266a8b1a0b934b3d0821e6e2dc5914ae23"

0 commit comments

Comments
 (0)