Skip to content

Commit 1bf6b3c

Browse files
renovate-botmgechev
authored andcommitted
build: update inquirer to version 6.5.0
1 parent 77f2af0 commit 1bf6b3c

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
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": "6.4.1",
37+
"inquirer": "6.5.0",
3838
"npm-package-arg": "6.1.0",
3939
"open": "6.4.0",
4040
"pacote": "9.5.1",

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": "6.4.1",
21+
"inquirer": "6.5.0",
2222
"minimist": "1.2.0",
2323
"rxjs": "6.4.0",
2424
"symbol-observable": "1.2.0"

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5109,18 +5109,18 @@ injection-js@^2.2.1:
51095109
resolved "https://registry.yarnpkg.com/injection-js/-/injection-js-2.2.1.tgz#a8d6a085b2f0b8d8650f6f4487f6abb8cc0d67ce"
51105110
integrity sha512-zHI+E+dM0PXix5FFTO1Y4/UOyAzE7zG1l/QwAn4jchTThOoBq+UYRFK4AVG7lQgFL+go62SbrzSsjXy9DFEZUg==
51115111

5112-
inquirer@6.4.1:
5113-
version "6.4.1"
5114-
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.4.1.tgz#7bd9e5ab0567cd23b41b0180b68e0cfa82fc3c0b"
5115-
integrity sha512-/Jw+qPZx4EDYsaT6uz7F4GJRNFMRdKNeUZw3ZnKV8lyuUgz/YWRCSUAJMZSVhSq4Ec0R2oYnyi6b3d4JXcL5Nw==
5112+
inquirer@6.5.0:
5113+
version "6.5.0"
5114+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.5.0.tgz#2303317efc9a4ea7ec2e2df6f86569b734accf42"
5115+
integrity sha512-scfHejeG/lVZSpvCXpsB4j/wQNPM5JC8kiElOI0OUTwmc1RTpXr4H32/HOlQHcZiYl2z2VElwuCVDRG8vFmbnA==
51165116
dependencies:
51175117
ansi-escapes "^3.2.0"
51185118
chalk "^2.4.2"
51195119
cli-cursor "^2.1.0"
51205120
cli-width "^2.0.0"
51215121
external-editor "^3.0.3"
51225122
figures "^2.0.0"
5123-
lodash "^4.17.11"
5123+
lodash "^4.17.12"
51245124
mute-stream "0.0.7"
51255125
run-async "^2.2.0"
51265126
rxjs "^6.4.0"
@@ -6408,6 +6408,11 @@ lodash@^4.17.10, lodash@^4.17.4, lodash@^4.2.1:
64086408
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
64096409
integrity sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg==
64106410

6411+
lodash@^4.17.12:
6412+
version "4.17.14"
6413+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
6414+
integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==
6415+
64116416
log4js@^3.0.0:
64126417
version "3.0.6"
64136418
resolved "https://registry.yarnpkg.com/log4js/-/log4js-3.0.6.tgz#e6caced94967eeeb9ce399f9f8682a4b2b28c8ff"

0 commit comments

Comments
 (0)