Skip to content

Commit 0f5c3d8

Browse files
committed
chore(deps): update dependency cli-table to v0.3.5
1 parent a662ac9 commit 0f5c3d8

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"babel-eslint": "10.1.0",
6666
"babel-jest": "26.6.3",
6767
"benchmark": "2.1.4",
68-
"cli-table": "0.3.4",
68+
"cli-table": "0.3.5",
6969
"cross-spawn": "7.0.3",
7070
"eslint": "7.20.0",
7171
"eslint-config-prettier": "7.2.0",

yarn.lock

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1625,7 +1625,7 @@ caseless@~0.12.0:
16251625
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
16261626
integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=
16271627

1628-
chalk@^2.0.0, chalk@^2.4.1:
1628+
chalk@^2.0.0:
16291629
version "2.4.2"
16301630
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
16311631
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
@@ -1682,13 +1682,12 @@ class-utils@^0.3.5:
16821682
isobject "^3.0.0"
16831683
static-extend "^0.1.1"
16841684

1685-
1686-
version "0.3.4"
1687-
resolved "https://registry.yarnpkg.com/cli-table/-/cli-table-0.3.4.tgz#5b37fd723751f1a6e9e70d55953a75e16eab958e"
1688-
integrity sha512-1vinpnX/ZERcmE443i3SZTmU5DF0rPO9DrL4I2iVAllhxzCM9SzPlHnz19fsZB78htkKZvYBvj6SZ6vXnaxmTA==
1685+
1686+
version "0.3.5"
1687+
resolved "https://registry.yarnpkg.com/cli-table/-/cli-table-0.3.5.tgz#643508c1d6b6e7b02c82c18afd5fcc8b6dab3ca6"
1688+
integrity sha512-7uo2+RMNQUZ13M199udxqwk1qxTOS53EUak4gmu/aioUpdH5RvBz0JkJslcWz6ABKedZNqXXzikMZgHh+qF16A==
16891689
dependencies:
1690-
chalk "^2.4.1"
1691-
string-width "^4.2.0"
1690+
colors "1.0.3"
16921691

16931692
cliui@^6.0.0:
16941693
version "6.0.0"
@@ -1746,6 +1745,11 @@ colorette@^1.2.1:
17461745
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.1.tgz#4d0b921325c14faf92633086a536db6e89564b1b"
17471746
integrity sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw==
17481747

1748+
1749+
version "1.0.3"
1750+
resolved "https://registry.yarnpkg.com/colors/-/colors-1.0.3.tgz#0433f44d809680fdeb60ed260f1b0c262e82a40b"
1751+
integrity sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs=
1752+
17491753
combined-stream@^1.0.6, combined-stream@~1.0.6:
17501754
version "1.0.8"
17511755
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"

0 commit comments

Comments
 (0)