Skip to content

Commit 215f179

Browse files
renovate-botmgechev
authored andcommitted
build: update inquirer to version 7.0.0 (#15422)
1 parent 85bdc98 commit 215f179

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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": "6.5.1",
37+
"inquirer": "7.0.0",
3838
"npm-package-arg": "6.1.1",
3939
"open": "6.4.0",
4040
"pacote": "9.5.8",

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

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5932,10 +5932,10 @@ injection-js@^2.2.1:
59325932
resolved "https://registry.yarnpkg.com/injection-js/-/injection-js-2.2.1.tgz#a8d6a085b2f0b8d8650f6f4487f6abb8cc0d67ce"
59335933
integrity sha512-zHI+E+dM0PXix5FFTO1Y4/UOyAzE7zG1l/QwAn4jchTThOoBq+UYRFK4AVG7lQgFL+go62SbrzSsjXy9DFEZUg==
59345934

5935-
inquirer@6.5.1:
5936-
version "6.5.1"
5937-
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.5.1.tgz#8bfb7a5ac02dac6ff641ac4c5ff17da112fcdb42"
5938-
integrity sha512-uxNHBeQhRXIoHWTSNYUFhQVrHYFThIt6IVo2fFmSe8aBwdR3/w6b58hJpiL/fMukFkvGzjg+hSxFtwvVmKZmXw==
5935+
inquirer@7.0.0:
5936+
version "7.0.0"
5937+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.0.0.tgz#9e2b032dde77da1db5db804758b8fea3a970519a"
5938+
integrity sha512-rSdC7zelHdRQFkWnhsMu2+2SO41mpv2oF2zy4tMhmiLWkcKbOAs87fWAJhVXttKVwhdZvymvnuM95EyEXg2/tQ==
59395939
dependencies:
59405940
ansi-escapes "^4.2.1"
59415941
chalk "^2.4.2"

0 commit comments

Comments
 (0)