Skip to content

Commit 2460e8d

Browse files
Update dependency @types/inquirer to v8 (#5473)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 5e173a2 commit 2460e8d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@types/child-process-promise": "2.2.2",
7373
"@types/clone": "2.1.1",
7474
"@types/eslint": "7.28.0",
75-
"@types/inquirer": "7.3.3",
75+
"@types/inquirer": "8.1.2",
7676
"@types/listr": "0.14.4",
7777
"@types/long": "4.0.1",
7878
"@types/mocha": "9.0.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2702,13 +2702,13 @@
27022702
resolved "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz#0ea7b61496902b95890dc4c3a116b60cb8dae812"
27032703
integrity sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==
27042704

2705-
"@types/inquirer@7.3.3":
2706-
version "7.3.3"
2707-
resolved "https://registry.npmjs.org/@types/inquirer/-/inquirer-7.3.3.tgz#92e6676efb67fa6925c69a2ee638f67a822952ac"
2708-
integrity sha512-HhxyLejTHMfohAuhRun4csWigAMjXTmRyiJTU1Y/I1xmggikFMkOUoMQRlFm+zQcPEGHSs3io/0FAmNZf8EymQ==
2705+
"@types/inquirer@8.1.2":
2706+
version "8.1.2"
2707+
resolved "https://registry.npmjs.org/@types/inquirer/-/inquirer-8.1.2.tgz#48be1d741fa39ade7ce099dbdb8a077eee8f5090"
2708+
integrity sha512-TYNYd9YEb1SdEo71AJ2sSYSS22gYiLV1/UzDjGY51Tx0LuVSbY3ftFR+eOP8qjowFKvDUnC2jmQP3hLulg6y6Q==
27092709
dependencies:
27102710
"@types/through" "*"
2711-
rxjs "^6.4.0"
2711+
rxjs "^7.2.0"
27122712

27132713
"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0":
27142714
version "2.0.3"

0 commit comments

Comments
 (0)