Skip to content

Commit 598190e

Browse files
renovate-botclydin
authored andcommitted
build: update inquirer to version 8.0.0
1 parent 10d7225 commit 598190e

File tree

5 files changed

+30
-6
lines changed

5 files changed

+30
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
"http-proxy": "^1.18.1",
158158
"https-proxy-agent": "5.0.0",
159159
"husky": "5.1.2",
160-
"inquirer": "7.3.3",
160+
"inquirer": "8.0.0",
161161
"jasmine": "^3.3.1",
162162
"jasmine-core": "~3.6.0",
163163
"jasmine-spec-reporter": "~6.0.0",

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.3.1",
3636
"ini": "2.0.0",
37-
"inquirer": "7.3.3",
37+
"inquirer": "8.0.0",
3838
"jsonc-parser": "3.0.0",
3939
"npm-package-arg": "8.1.1",
4040
"npm-pick-manifest": "6.1.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"find-cache-dir": "3.3.1",
3535
"glob": "7.1.6",
3636
"https-proxy-agent": "5.0.0",
37-
"inquirer": "7.3.3",
37+
"inquirer": "8.0.0",
3838
"jest-worker": "26.6.2",
3939
"karma-source-map-support": "1.4.0",
4040
"less": "4.1.1",

packages/angular_devkit/schematics_cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@angular-devkit/schematics": "0.0.0",
2020
"@schematics/schematics": "0.0.0",
2121
"ansi-colors": "4.1.1",
22-
"inquirer": "7.3.3",
22+
"inquirer": "8.0.0",
2323
"minimist": "1.2.5",
2424
"symbol-observable": "3.0.0"
2525
}

yarn.lock

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6585,7 +6585,26 @@ inquirer-autocomplete-prompt@^1.0.2:
65856585
run-async "^2.4.0"
65866586
rxjs "^6.6.2"
65876587

6588-
[email protected], inquirer@^7.3.3:
6588+
6589+
version "8.0.0"
6590+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.0.0.tgz#957a46db1abcf0fdd2ab82deb7470e90afc7d0ac"
6591+
integrity sha512-ON8pEJPPCdyjxj+cxsYRe6XfCJepTxANdNnTebsTuQgXpRyZRRT9t4dJwjRubgmvn20CLSEnozRUayXyM9VTXA==
6592+
dependencies:
6593+
ansi-escapes "^4.2.1"
6594+
chalk "^4.1.0"
6595+
cli-cursor "^3.1.0"
6596+
cli-width "^3.0.0"
6597+
external-editor "^3.0.3"
6598+
figures "^3.0.0"
6599+
lodash "^4.17.21"
6600+
mute-stream "0.0.8"
6601+
run-async "^2.4.0"
6602+
rxjs "^6.6.6"
6603+
string-width "^4.1.0"
6604+
strip-ansi "^6.0.0"
6605+
through "^2.3.6"
6606+
6607+
inquirer@^7.3.3:
65896608
version "7.3.3"
65906609
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.3.3.tgz#04d176b2af04afc157a83fd7c100e98ee0aad003"
65916610
integrity sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==
@@ -7818,6 +7837,11 @@ [email protected], lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.
78187837
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
78197838
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
78207839

7840+
lodash@^4.17.21:
7841+
version "4.17.21"
7842+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
7843+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
7844+
78217845
log-symbols@^4.0.0:
78227846
version "4.0.0"
78237847
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.0.0.tgz#69b3cc46d20f448eccdb75ea1fa733d9e821c920"
@@ -10997,7 +11021,7 @@ run-queue@^1.0.0, run-queue@^1.0.3:
1099711021
dependencies:
1099811022
aproba "^1.1.1"
1099911023

11000-
11024+
[email protected], rxjs@^6.6.6:
1100111025
version "6.6.6"
1100211026
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.6.tgz#14d8417aa5a07c5e633995b525e1e3c0dec03b70"
1100311027
integrity sha512-/oTwee4N4iWzAMAL9xdGKjkEHmIwupR3oXbQjCKywF1BeFohswF3vZdogbmEF6pZkOsXTzWkrZszrWpQTByYVg==

0 commit comments

Comments
 (0)