Skip to content

Commit 9b54af3

Browse files
Merge pull request #6 from mateodelnorte/renovate/inquirer-6.x
fix(deps): update dependency inquirer to v6
2 parents 43a06b0 + 0f5b9c1 commit 9b54af3

File tree

3 files changed

+54
-106
lines changed

3 files changed

+54
-106
lines changed

package-lock.json

+31-32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"debug": "^4.0.0",
3939
"get-meta-file": "^1.0.0",
4040
"git-remote-origin-url": "^2.0.0",
41-
"inquirer": "^3.0.6"
41+
"inquirer": "^6.0.0"
4242
},
4343
"devDependencies": {
4444
"commitizen": "3.0.5",

yarn.lock

+22-73
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,17 @@
22
# yarn lockfile v1
33

44

5-
ansi-escapes@^1.1.0:
6-
version "1.4.0"
7-
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-1.4.0.tgz#d3a8a83b319aa67793662b13e761c7911422306e"
8-
95
ansi-escapes@^3.0.0:
106
version "3.1.0"
117
resolved "http://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.1.0.tgz#f73207bb81207d75fd6c83f125af26eea378ca30"
128

13-
ansi-regex@^2.0.0:
14-
version "2.1.1"
15-
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df"
16-
179
ansi-regex@^3.0.0:
1810
version "3.0.0"
1911
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998"
2012

21-
ansi-styles@^2.2.1:
22-
version "2.2.1"
23-
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
13+
ansi-regex@^4.0.0:
14+
version "4.0.0"
15+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.0.0.tgz#70de791edf021404c3fd615aa89118ae0432e5a9"
2416

2517
ansi-styles@^3.2.1:
2618
version "3.2.1"
@@ -132,16 +124,6 @@ [email protected]:
132124
version "2.1.0"
133125
resolved "https://registry.yarnpkg.com/cachedir/-/cachedir-2.1.0.tgz#b448c32b44cd9c0cd6ce4c419fa5b3c112c02191"
134126

135-
chalk@^1.0.0:
136-
version "1.1.3"
137-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
138-
dependencies:
139-
ansi-styles "^2.2.1"
140-
escape-string-regexp "^1.0.2"
141-
has-ansi "^2.0.0"
142-
strip-ansi "^3.0.0"
143-
supports-color "^2.0.0"
144-
145127
chalk@^2.0.0, chalk@^2.1.0:
146128
version "2.4.1"
147129
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.1.tgz#18c49ab16a037b6eb0152cc83e3471338215b66e"
@@ -293,7 +275,7 @@ detect-indent@^5.0.0:
293275
version "5.0.0"
294276
resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-5.0.0.tgz#3871cc0a6a002e8c3e5b3cf7f336264675f06b9d"
295277

296-
escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
278+
escape-string-regexp@^1.0.5:
297279
version "1.0.5"
298280
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
299281

@@ -346,12 +328,6 @@ extend-shallow@^3.0.0, extend-shallow@^3.0.2:
346328
assign-symbols "^1.0.0"
347329
is-extendable "^1.0.1"
348330

349-
external-editor@^2.0.1:
350-
version "2.0.1"
351-
resolved "https://registry.yarnpkg.com/external-editor/-/external-editor-2.0.1.tgz#4c597c6c88fa6410e41dbbaa7b1be2336aa31095"
352-
dependencies:
353-
tmp "^0.0.31"
354-
355331
external-editor@^3.0.0:
356332
version "3.0.3"
357333
resolved "https://registry.yarnpkg.com/external-editor/-/external-editor-3.0.3.tgz#5866db29a97826dbe4bf3afd24070ead9ea43a27"
@@ -559,12 +535,6 @@ graceful-fs@^4.1.2, graceful-fs@^4.1.6:
559535
version "4.1.15"
560536
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00"
561537

562-
has-ansi@^2.0.0:
563-
version "2.0.0"
564-
resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91"
565-
dependencies:
566-
ansi-regex "^2.0.0"
567-
568538
has-flag@^3.0.0:
569539
version "3.0.0"
570540
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
@@ -645,22 +615,22 @@ [email protected]:
645615
strip-ansi "^4.0.0"
646616
through "^2.3.6"
647617

648-
inquirer@^3.0.6:
649-
version "3.0.6"
650-
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-3.0.6.tgz#e04aaa9d05b7a3cb9b0f407d04375f0447190347"
618+
inquirer@^6.0.0:
619+
version "6.2.1"
620+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.2.1.tgz#9943fc4882161bdb0b0c9276769c75b32dbfcd52"
651621
dependencies:
652-
ansi-escapes "^1.1.0"
653-
chalk "^1.0.0"
622+
ansi-escapes "^3.0.0"
623+
chalk "^2.0.0"
654624
cli-cursor "^2.1.0"
655625
cli-width "^2.0.0"
656-
external-editor "^2.0.1"
626+
external-editor "^3.0.0"
657627
figures "^2.0.0"
658-
lodash "^4.3.0"
628+
lodash "^4.17.10"
659629
mute-stream "0.0.7"
660630
run-async "^2.2.0"
661-
rx "^4.1.0"
662-
string-width "^2.0.0"
663-
strip-ansi "^3.0.0"
631+
rxjs "^6.1.0"
632+
string-width "^2.1.0"
633+
strip-ansi "^5.0.0"
664634
through "^2.3.6"
665635

666636
interpret@^1.0.0:
@@ -849,7 +819,7 @@ [email protected], lodash@^4.17.10:
849819
version "4.17.11"
850820
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
851821

852-
lodash@^4.14.0, lodash@^4.3.0:
822+
lodash@^4.14.0:
853823
version "4.17.4"
854824
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
855825

@@ -1013,7 +983,7 @@ os-homedir@^1.0.0, os-homedir@^1.0.1:
1013983
version "1.0.2"
1014984
resolved "http://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3"
1015985

1016-
os-tmpdir@~1.0.1, os-tmpdir@~1.0.2:
986+
os-tmpdir@~1.0.2:
1017987
version "1.0.2"
1018988
resolved "http://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
1019989

@@ -1142,10 +1112,6 @@ run-async@^2.2.0:
11421112
dependencies:
11431113
is-promise "^2.1.0"
11441114

1145-
rx@^4.1.0:
1146-
version "4.1.0"
1147-
resolved "https://registry.yarnpkg.com/rx/-/rx-4.1.0.tgz#a5f13ff79ef3b740fe30aa803fb09f98805d4782"
1148-
11491115
rxjs@^6.1.0:
11501116
version "6.3.3"
11511117
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.3.3.tgz#3c6a7fa420e844a81390fb1158a9ec614f4bad55"
@@ -1250,40 +1216,29 @@ static-extend@^0.1.1:
12501216
define-property "^0.2.5"
12511217
object-copy "^0.1.0"
12521218

1253-
string-width@^2.0.0:
1254-
version "2.0.0"
1255-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.0.0.tgz#635c5436cc72a6e0c387ceca278d4e2eec52687e"
1256-
dependencies:
1257-
is-fullwidth-code-point "^2.0.0"
1258-
strip-ansi "^3.0.0"
1259-
12601219
string-width@^2.1.0:
12611220
version "2.1.1"
12621221
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
12631222
dependencies:
12641223
is-fullwidth-code-point "^2.0.0"
12651224
strip-ansi "^4.0.0"
12661225

1267-
strip-ansi@^3.0.0:
1268-
version "3.0.1"
1269-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf"
1270-
dependencies:
1271-
ansi-regex "^2.0.0"
1272-
12731226
strip-ansi@^4.0.0:
12741227
version "4.0.0"
12751228
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f"
12761229
dependencies:
12771230
ansi-regex "^3.0.0"
12781231

1232+
strip-ansi@^5.0.0:
1233+
version "5.0.0"
1234+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.0.0.tgz#f78f68b5d0866c20b2c9b8c61b5298508dc8756f"
1235+
dependencies:
1236+
ansi-regex "^4.0.0"
1237+
12791238
12801239
version "2.0.1"
12811240
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
12821241

1283-
supports-color@^2.0.0:
1284-
version "2.0.0"
1285-
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
1286-
12871242
supports-color@^5.3.0:
12881243
version "5.5.0"
12891244
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"
@@ -1300,12 +1255,6 @@ tildify@^1.2.0:
13001255
dependencies:
13011256
os-homedir "^1.0.0"
13021257

1303-
tmp@^0.0.31:
1304-
version "0.0.31"
1305-
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.31.tgz#8f38ab9438e17315e5dbd8b3657e8bfb277ae4a7"
1306-
dependencies:
1307-
os-tmpdir "~1.0.1"
1308-
13091258
tmp@^0.0.33:
13101259
version "0.0.33"
13111260
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"

0 commit comments

Comments
 (0)