Skip to content

Commit bfa9f58

Browse files
renovate-botclydin
authored andcommitted
build: update inquirer to version 7.3.1
1 parent bfaa5ef commit bfa9f58

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
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.3.0",
37+
"inquirer": "7.3.1",
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.3.0",
21+
"inquirer": "7.3.1",
2222
"minimist": "1.2.5",
2323
"rxjs": "6.6.0",
2424
"symbol-observable": "1.2.0"

yarn.lock

+10-5
Original file line numberDiff line numberDiff line change
@@ -7126,18 +7126,18 @@ inquirer@7.1.0:
71267126
strip-ansi "^6.0.0"
71277127
through "^2.3.6"
71287128

7129-
inquirer@7.3.0:
7130-
version "7.3.0"
7131-
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.3.0.tgz#aa3e7cb0c18a410c3c16cdd2bc9dcbe83c4d333e"
7132-
integrity sha512-K+LZp6L/6eE5swqIcVXrxl21aGDU4S50gKH0/d96OMQnSBCyGyZl/oZhbkVmdp5sBoINHd4xZvFSARh2dk6DWA==
7129+
inquirer@7.3.1:
7130+
version "7.3.1"
7131+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.3.1.tgz#ac6aba1abdfdd5ad34e7069370411edba17f6439"
7132+
integrity sha512-/+vOpHQHhoh90Znev8BXiuw1TDQ7IDxWsQnFafUEoK5+4uN5Eoz1p+3GqOj/NtzEi9VzWKQcV9Bm+i8moxedsA==
71337133
dependencies:
71347134
ansi-escapes "^4.2.1"
71357135
chalk "^4.1.0"
71367136
cli-cursor "^3.1.0"
71377137
cli-width "^3.0.0"
71387138
external-editor "^3.0.3"
71397139
figures "^3.0.0"
7140-
lodash "^4.17.15"
7140+
lodash "^4.17.16"
71417141
mute-stream "0.0.8"
71427142
run-async "^2.4.0"
71437143
rxjs "^6.6.0"
@@ -8482,6 +8482,11 @@ lodash@4.17.15, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.
84828482
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
84838483
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
84848484

8485+
lodash@^4.17.16:
8486+
version "4.17.19"
8487+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
8488+
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
8489+
84858490
log-symbols@^3.0.0:
84868491
version "3.0.0"
84878492
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-3.0.0.tgz#f3a08516a5dea893336a7dee14d18a1cfdab77c4"

0 commit comments

Comments
 (0)