Skip to content

Commit 5317beb

Browse files
renovate-botalan-agius4
authored andcommitted
build: update inquirer to version 7.2.0
1 parent 48b1e1b commit 5317beb

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

packages/angular/cli/package.json

+1-1
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.1.0",
37+
"inquirer": "7.2.0",
3838
"npm-package-arg": "8.0.1",
3939
"npm-pick-manifest": "6.1.0",
4040
"open": "7.0.4",

packages/angular_devkit/schematics_cli/package.json

+1-1
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.1.0",
21+
"inquirer": "7.2.0",
2222
"minimist": "1.2.5",
2323
"rxjs": "6.5.5",
2424
"symbol-observable": "1.2.0"

yarn.lock

+19
Original file line numberDiff line numberDiff line change
@@ -7029,6 +7029,25 @@ inquirer@7.1.0:
70297029
strip-ansi "^6.0.0"
70307030
through "^2.3.6"
70317031

7032+
inquirer@7.2.0:
7033+
version "7.2.0"
7034+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.2.0.tgz#63ce99d823090de7eb420e4bb05e6f3449aa389a"
7035+
integrity sha512-E0c4rPwr9ByePfNlTIB8z51kK1s2n6jrHuJeEHENl/sbq2G/S1auvibgEwNR4uSyiU+PiYHqSwsgGiXjG8p5ZQ==
7036+
dependencies:
7037+
ansi-escapes "^4.2.1"
7038+
chalk "^3.0.0"
7039+
cli-cursor "^3.1.0"
7040+
cli-width "^2.0.0"
7041+
external-editor "^3.0.3"
7042+
figures "^3.0.0"
7043+
lodash "^4.17.15"
7044+
mute-stream "0.0.8"
7045+
run-async "^2.4.0"
7046+
rxjs "^6.5.3"
7047+
string-width "^4.1.0"
7048+
strip-ansi "^6.0.0"
7049+
through "^2.3.6"
7050+
70327051
internal-ip@^4.3.0:
70337052
version "4.3.0"
70347053
resolved "https://registry.yarnpkg.com/internal-ip/-/internal-ip-4.3.0.tgz#845452baad9d2ca3b69c635a137acb9a0dad0907"

0 commit comments

Comments
 (0)