Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 409f80f

Browse files
renovate[bot]francoischalifour
authored andcommitted
fix(deps): update dependency inquirer to v6.3.1 (#418)
1 parent 70df4e1 commit 409f80f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"algoliasearch": "3.32.1",
4040
"chalk": "2.4.2",
4141
"commander": "2.20.0",
42-
"inquirer": "6.2.2",
42+
"inquirer": "6.3.1",
4343
"jstransformer-handlebars": "1.1.0",
4444
"latest-semver": "1.0.0",
4545
"load-json-file": "5.2.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2844,9 +2844,10 @@ inputformat-to-jstransformer@^1.2.1:
28442844
dependencies:
28452845
require-one "^1.0.3"
28462846

2847-
[email protected], inquirer@^6.2.2:
2848-
version "6.2.2"
2849-
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.2.2.tgz#46941176f65c9eb20804627149b743a218f25406"
2847+
2848+
version "6.3.1"
2849+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.3.1.tgz#7a413b5e7950811013a3db491c61d1f3b776e8e7"
2850+
integrity sha512-MmL624rfkFt4TG9y/Jvmt8vdmOo836U7Y0Hxr2aFk3RelZEGX4Igk0KabWrcaaZaTv9uzglOqWh1Vly+FAWAXA==
28502851
dependencies:
28512852
ansi-escapes "^3.2.0"
28522853
chalk "^2.4.2"
@@ -2859,13 +2860,12 @@ [email protected], inquirer@^6.2.2:
28592860
run-async "^2.2.0"
28602861
rxjs "^6.4.0"
28612862
string-width "^2.1.0"
2862-
strip-ansi "^5.0.0"
2863+
strip-ansi "^5.1.0"
28632864
through "^2.3.6"
28642865

2865-
2866-
version "6.3.1"
2867-
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.3.1.tgz#7a413b5e7950811013a3db491c61d1f3b776e8e7"
2868-
integrity sha512-MmL624rfkFt4TG9y/Jvmt8vdmOo836U7Y0Hxr2aFk3RelZEGX4Igk0KabWrcaaZaTv9uzglOqWh1Vly+FAWAXA==
2866+
inquirer@^6.2.2:
2867+
version "6.2.2"
2868+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.2.2.tgz#46941176f65c9eb20804627149b743a218f25406"
28692869
dependencies:
28702870
ansi-escapes "^3.2.0"
28712871
chalk "^2.4.2"
@@ -2878,7 +2878,7 @@ [email protected]:
28782878
run-async "^2.2.0"
28792879
rxjs "^6.4.0"
28802880
string-width "^2.1.0"
2881-
strip-ansi "^5.1.0"
2881+
strip-ansi "^5.0.0"
28822882
through "^2.3.6"
28832883

28842884
interpret@^1.0.0:

0 commit comments

Comments
 (0)