Skip to content

Commit 06b3aad

Browse files
renovate-botvikerman
authored andcommitted
build: update inquirer to version 7.0.1
1 parent 8475f66 commit 06b3aad

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"ansi-colors": "4.1.1",
3535
"debug": "^4.1.1",
3636
"ini": "1.3.5",
37-
"inquirer": "7.0.0",
37+
"inquirer": "7.0.1",
3838
"npm-package-arg": "7.0.0",
3939
"npm-pick-manifest": "4.0.0",
4040
"open": "7.0.0",

packages/angular_devkit/schematics_cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@angular-devkit/core": "0.0.0",
1919
"@angular-devkit/schematics": "0.0.0",
2020
"@schematics/schematics": "0.0.0",
21-
"inquirer": "7.0.0",
21+
"inquirer": "7.0.1",
2222
"minimist": "1.2.0",
2323
"rxjs": "6.5.3",
2424
"symbol-observable": "1.2.0"

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5579,10 +5579,10 @@ injection-js@^2.2.1:
55795579
resolved "https://registry.yarnpkg.com/injection-js/-/injection-js-2.2.2.tgz#5bfbeb951ab7bc8e1f359dea5d20e10ed4b84cef"
55805580
integrity sha512-9K4fW2NNPG3JCvORx5G/T6q/PZYIr43RFgxBvtk3OV4omh5iqvpK4cChuBfhgPnRbXSgZRfuROh0XG5KNA8Xlg==
55815581

5582-
5583-
version "7.0.0"
5584-
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.0.0.tgz#9e2b032dde77da1db5db804758b8fea3a970519a"
5585-
integrity sha512-rSdC7zelHdRQFkWnhsMu2+2SO41mpv2oF2zy4tMhmiLWkcKbOAs87fWAJhVXttKVwhdZvymvnuM95EyEXg2/tQ==
5582+
5583+
version "7.0.1"
5584+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.0.1.tgz#13f7980eedc73c689feff3994b109c4e799c6ebb"
5585+
integrity sha512-V1FFQ3TIO15det8PijPLFR9M9baSlnRs9nL7zWu1MNVA2T9YVl9ZbrHJhYs7e9X8jeMZ3lr2JH/rdHFgNCBdYw==
55865586
dependencies:
55875587
ansi-escapes "^4.2.1"
55885588
chalk "^2.4.2"
@@ -5593,7 +5593,7 @@ [email protected]:
55935593
lodash "^4.17.15"
55945594
mute-stream "0.0.8"
55955595
run-async "^2.2.0"
5596-
rxjs "^6.4.0"
5596+
rxjs "^6.5.3"
55975597
string-width "^4.1.0"
55985598
strip-ansi "^5.1.0"
55995599
through "^2.3.6"
@@ -9339,7 +9339,7 @@ run-queue@^1.0.0, run-queue@^1.0.3:
93399339
dependencies:
93409340
aproba "^1.1.1"
93419341

9342-
[email protected], rxjs@^6.4.0, rxjs@^6.5.0:
9342+
[email protected], rxjs@^6.5.0, rxjs@^6.5.3:
93439343
version "6.5.3"
93449344
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.5.3.tgz#510e26317f4db91a7eb1de77d9dd9ba0a4899a3a"
93459345
integrity sha512-wuYsAYYFdWTAnAaPoKGNhfpWwKZbJW+HgAJ+mImp+Epl7BG8oNWBCTyRM8gba9k4lk8BgWdoYm21Mo/RYhhbgA==

0 commit comments

Comments
 (0)