Skip to content

Commit 5037058

Browse files
committed
⬆️ Update chalk and inquirer-prompt
1 parent 793cb9e commit 5037058

File tree

2 files changed

+77
-15
lines changed

2 files changed

+77
-15
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitmoji-cli",
3-
"version": "1.5.6",
3+
"version": "1.5.7",
44
"description": "A gitmoji client for using emojis on commit messages.",
55
"engines": {
66
"node": ">=4"
@@ -41,11 +41,11 @@
4141
"homepage": "https://github.com/carloscuesta/gitmoji-cli#readme",
4242
"dependencies": {
4343
"axios": "^0.16.1",
44-
"chalk": "^1.1.3",
44+
"chalk": "^2.0.1",
4545
"conf": "^1.1.1",
4646
"execa": "^0.7.0",
4747
"inquirer": "^3.0.1",
48-
"inquirer-autocomplete-prompt": "^0.8.0",
48+
"inquirer-autocomplete-prompt": "^0.11.0",
4949
"meow": "^3.7.0",
5050
"path-exists": "^3.0.0",
5151
"update-notifier": "^2.0.0"

yarn.lock

Lines changed: 74 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ ansi-escapes@^1.1.0, ansi-escapes@^1.4.0:
3737
version "1.4.0"
3838
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-1.4.0.tgz#d3a8a83b319aa67793662b13e761c7911422306e"
3939

40+
ansi-escapes@^2.0.0:
41+
version "2.0.0"
42+
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-2.0.0.tgz#5bae52be424878dd9783e8910e3fc2922e83c81b"
43+
4044
ansi-regex@^2.0.0:
4145
version "2.1.1"
4246
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df"
@@ -45,6 +49,12 @@ ansi-styles@^2.2.1:
4549
version "2.2.1"
4650
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
4751

52+
ansi-styles@^3.1.0:
53+
version "3.1.0"
54+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.1.0.tgz#09c202d5c917ec23188caa5c9cb9179cd9547750"
55+
dependencies:
56+
color-convert "^1.0.0"
57+
4858
argparse@^1.0.7:
4959
version "1.0.9"
5060
resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.9.tgz#73d83bc263f86e97f8cc4f6bae1b0e90a7d22c86"
@@ -169,6 +179,14 @@ chalk@^1.0.0, chalk@^1.1.0, chalk@^1.1.1, chalk@^1.1.3:
169179
strip-ansi "^3.0.0"
170180
supports-color "^2.0.0"
171181

182+
chalk@^2.0.1:
183+
version "2.0.1"
184+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.0.1.tgz#dbec49436d2ae15f536114e76d14656cdbc0f44d"
185+
dependencies:
186+
ansi-styles "^3.1.0"
187+
escape-string-regexp "^1.0.5"
188+
supports-color "^4.0.0"
189+
172190
circular-json@^0.3.1:
173191
version "0.3.1"
174192
resolved "https://registry.yarnpkg.com/circular-json/-/circular-json-0.3.1.tgz#be8b36aefccde8b3ca7aa2d6afc07a37242c0d2d"
@@ -201,6 +219,16 @@ code-point-at@^1.0.0:
201219
version "1.1.0"
202220
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
203221

222+
color-convert@^1.0.0:
223+
version "1.9.0"
224+
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.0.tgz#1accf97dd739b983bf994d56fec8f95853641b7a"
225+
dependencies:
226+
color-name "^1.1.1"
227+
228+
color-name@^1.1.1:
229+
version "1.1.2"
230+
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.2.tgz#5c8ab72b64bd2215d617ae9559ebb148475cf98d"
231+
204232
commander@2.9.0:
205233
version "2.9.0"
206234
resolved "https://registry.yarnpkg.com/commander/-/commander-2.9.0.tgz#9c99094176e12240cb22d6c5146098400fe0f7d4"
@@ -673,6 +701,14 @@ external-editor@^2.0.1:
673701
dependencies:
674702
tmp "^0.0.31"
675703

704+
external-editor@^2.0.4:
705+
version "2.0.4"
706+
resolved "https://registry.yarnpkg.com/external-editor/-/external-editor-2.0.4.tgz#1ed9199da9cbfe2ef2f7a31b2fde8b0d12368972"
707+
dependencies:
708+
iconv-lite "^0.4.17"
709+
jschardet "^1.4.2"
710+
tmp "^0.0.31"
711+
676712
fast-levenshtein@~2.0.4:
677713
version "2.0.6"
678714
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
@@ -854,6 +890,10 @@ hosted-git-info@^2.1.4:
854890
version "2.4.2"
855891
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.4.2.tgz#0076b9f46a270506ddbaaea56496897460612a67"
856892

893+
iconv-lite@^0.4.17:
894+
version "0.4.18"
895+
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.18.tgz#23d8656b16aae6742ac29732ea8f0336a4789cf2"
896+
857897
ignore@^3.2.0:
858898
version "3.2.7"
859899
resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.2.7.tgz#4810ca5f1d8eca5595213a34b94f2eb4ed926bbd"
@@ -887,31 +927,33 @@ ini@~1.3.0:
887927
version "1.3.4"
888928
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.4.tgz#0537cb79daf59b59a1a517dff706c86ec039162e"
889929

890-
inquirer-autocomplete-prompt@^0.8.0:
891-
version "0.8.0"
892-
resolved "https://registry.yarnpkg.com/inquirer-autocomplete-prompt/-/inquirer-autocomplete-prompt-0.8.0.tgz#cf17dcef93f031932ee90d6e8ccc62a806d7ba7a"
930+
inquirer-autocomplete-prompt@^0.11.0:
931+
version "0.11.0"
932+
resolved "https://registry.yarnpkg.com/inquirer-autocomplete-prompt/-/inquirer-autocomplete-prompt-0.11.0.tgz#0ad5d9d363dd7a74ef6d8ab74d4236a3e11ca2a6"
893933
dependencies:
894-
ansi-escapes "^1.1.0"
934+
ansi-escapes "^2.0.0"
895935
chalk "^1.1.3"
896936
figures "^2.0.0"
897-
inquirer "3.0.5"
937+
inquirer "3.1.1"
898938
lodash "^4.17.4"
939+
run-async "^2.3.0"
899940
util "^0.10.3"
900941

901-
inquirer@3.0.5:
902-
version "3.0.5"
903-
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-3.0.5.tgz#172cabc8eacbfb91d595f5d7c354b446b8141f65"
942+
inquirer@3.1.1:
943+
version "3.1.1"
944+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-3.1.1.tgz#87621c4fba4072f48a8dd71c9f9df6f100b2d534"
904945
dependencies:
905-
ansi-escapes "^1.1.0"
946+
ansi-escapes "^2.0.0"
906947
chalk "^1.0.0"
907948
cli-cursor "^2.1.0"
908949
cli-width "^2.0.0"
909-
external-editor "^2.0.1"
950+
external-editor "^2.0.4"
910951
figures "^2.0.0"
911952
lodash "^4.3.0"
912953
mute-stream "0.0.7"
913954
run-async "^2.2.0"
914-
rx "^4.1.0"
955+
rx-lite "^4.0.8"
956+
rx-lite-aggregates "^4.0.8"
915957
string-width "^2.0.0"
916958
strip-ansi "^3.0.0"
917959
through "^2.3.6"
@@ -1117,6 +1159,10 @@ js-yaml@^3.5.1:
11171159
argparse "^1.0.7"
11181160
esprima "^3.1.1"
11191161

1162+
jschardet@^1.4.2:
1163+
version "1.4.2"
1164+
resolved "https://registry.yarnpkg.com/jschardet/-/jschardet-1.4.2.tgz#2aa107f142af4121d145659d44f50830961e699a"
1165+
11201166
json-stable-stringify@^1.0.0, json-stable-stringify@^1.0.1:
11211167
version "1.0.1"
11221168
resolved "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz#9a759d39c5f2ff503fd5300646ed445f88c4f9af"
@@ -1739,12 +1785,22 @@ run-async@^0.1.0:
17391785
dependencies:
17401786
once "^1.3.0"
17411787

1742-
run-async@^2.2.0:
1788+
run-async@^2.2.0, run-async@^2.3.0:
17431789
version "2.3.0"
17441790
resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.3.0.tgz#0371ab4ae0bdd720d4166d7dfda64ff7a445a6c0"
17451791
dependencies:
17461792
is-promise "^2.1.0"
17471793

1794+
rx-lite-aggregates@^4.0.8:
1795+
version "4.0.8"
1796+
resolved "https://registry.yarnpkg.com/rx-lite-aggregates/-/rx-lite-aggregates-4.0.8.tgz#753b87a89a11c95467c4ac1626c4efc4e05c67be"
1797+
dependencies:
1798+
rx-lite "*"
1799+
1800+
rx-lite@*, rx-lite@^4.0.8:
1801+
version "4.0.8"
1802+
resolved "https://registry.yarnpkg.com/rx-lite/-/rx-lite-4.0.8.tgz#0b1e11af8bc44836f04a6407e92da42467b79444"
1803+
17481804
rx-lite@^3.1.2:
17491805
version "3.1.2"
17501806
resolved "https://registry.yarnpkg.com/rx-lite/-/rx-lite-3.1.2.tgz#19ce502ca572665f3b647b10939f97fd1615f102"
@@ -1920,6 +1976,12 @@ supports-color@^2.0.0:
19201976
version "2.0.0"
19211977
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
19221978

1979+
supports-color@^4.0.0:
1980+
version "4.1.0"
1981+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-4.1.0.tgz#92cc14bb3dad8928ca5656c33e19a19f20af5c7a"
1982+
dependencies:
1983+
has-flag "^2.0.0"
1984+
19231985
table@^3.7.8:
19241986
version "3.8.3"
19251987
resolved "https://registry.yarnpkg.com/table/-/table-3.8.3.tgz#2bbc542f0fda9861a755d3947fefd8b3f513855f"

0 commit comments

Comments
 (0)