Skip to content

Commit 67f8b2e

Browse files
fix(deps): update dependency inquirer to v7.0.1 (#531)
1 parent 96f74b8 commit 67f8b2e

2 files changed

Lines changed: 26 additions & 7 deletions

File tree

packages/shipjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"ejs": "^3.0.0",
4646
"esm": "3.2.25",
4747
"globby": "^10.0.1",
48-
"inquirer": "7.0.0",
48+
"inquirer": "7.0.1",
4949
"mime-types": "^2.1.25",
5050
"mkdirp": "^0.5.1",
5151
"open": "^7.0.0",

yarn.lock

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6402,10 +6402,10 @@ init-package-json@^1.10.3:
64026402
validate-npm-package-license "^3.0.1"
64036403
validate-npm-package-name "^3.0.0"
64046404

6405-
inquirer@7.0.0, inquirer@^7.0.0:
6406-
version "7.0.0"
6407-
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.0.0.tgz#9e2b032dde77da1db5db804758b8fea3a970519a"
6408-
integrity sha512-rSdC7zelHdRQFkWnhsMu2+2SO41mpv2oF2zy4tMhmiLWkcKbOAs87fWAJhVXttKVwhdZvymvnuM95EyEXg2/tQ==
6405+
inquirer@7.0.1:
6406+
version "7.0.1"
6407+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.0.1.tgz#13f7980eedc73c689feff3994b109c4e799c6ebb"
6408+
integrity sha512-V1FFQ3TIO15det8PijPLFR9M9baSlnRs9nL7zWu1MNVA2T9YVl9ZbrHJhYs7e9X8jeMZ3lr2JH/rdHFgNCBdYw==
64096409
dependencies:
64106410
ansi-escapes "^4.2.1"
64116411
chalk "^2.4.2"
@@ -6416,7 +6416,7 @@ inquirer@7.0.0, inquirer@^7.0.0:
64166416
lodash "^4.17.15"
64176417
mute-stream "0.0.8"
64186418
run-async "^2.2.0"
6419-
rxjs "^6.4.0"
6419+
rxjs "^6.5.3"
64206420
string-width "^4.1.0"
64216421
strip-ansi "^5.1.0"
64226422
through "^2.3.6"
@@ -6440,6 +6440,25 @@ inquirer@^6.2.0, inquirer@^6.2.1:
64406440
strip-ansi "^5.1.0"
64416441
through "^2.3.6"
64426442

6443+
inquirer@^7.0.0:
6444+
version "7.0.0"
6445+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.0.0.tgz#9e2b032dde77da1db5db804758b8fea3a970519a"
6446+
integrity sha512-rSdC7zelHdRQFkWnhsMu2+2SO41mpv2oF2zy4tMhmiLWkcKbOAs87fWAJhVXttKVwhdZvymvnuM95EyEXg2/tQ==
6447+
dependencies:
6448+
ansi-escapes "^4.2.1"
6449+
chalk "^2.4.2"
6450+
cli-cursor "^3.1.0"
6451+
cli-width "^2.0.0"
6452+
external-editor "^3.0.3"
6453+
figures "^3.0.0"
6454+
lodash "^4.17.15"
6455+
mute-stream "0.0.8"
6456+
run-async "^2.2.0"
6457+
rxjs "^6.4.0"
6458+
string-width "^4.1.0"
6459+
strip-ansi "^5.1.0"
6460+
through "^2.3.6"
6461+
64436462
internal-ip@^4.3.0:
64446463
version "4.3.0"
64456464
resolved "https://registry.yarnpkg.com/internal-ip/-/internal-ip-4.3.0.tgz#845452baad9d2ca3b69c635a137acb9a0dad0907"
@@ -10333,7 +10352,7 @@ run-queue@^1.0.0, run-queue@^1.0.3:
1033310352
dependencies:
1033410353
aproba "^1.1.1"
1033510354

10336-
rxjs@^6.4.0:
10355+
rxjs@^6.4.0, rxjs@^6.5.3:
1033710356
version "6.5.3"
1033810357
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.5.3.tgz#510e26317f4db91a7eb1de77d9dd9ba0a4899a3a"
1033910358
integrity sha512-wuYsAYYFdWTAnAaPoKGNhfpWwKZbJW+HgAJ+mImp+Epl7BG8oNWBCTyRM8gba9k4lk8BgWdoYm21Mo/RYhhbgA==

0 commit comments

Comments
 (0)