From f84410050ab7e6f8a5f2aefcced2d3f339818da3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 21:02:39 +0000 Subject: [PATCH] chore(deps): update dependency @types/inquirer to v9 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2b4a9be1..d4d7f58a 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "@sourcegraph/prettierrc": "^3.0.3", "@sourcegraph/tsconfig": "^4.0.1", "@types/execa": "2.0.0", - "@types/inquirer": "8.2.10", + "@types/inquirer": "9.0.10", "@types/js-yaml": "3.12.5", "@types/mkdirp-promise": "5.0.0", "@types/mz": "2.7.8", diff --git a/yarn.lock b/yarn.lock index 146c3d58..93a53fa7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -687,10 +687,10 @@ resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.0.tgz#9140779736aa2655635ee756e2467d787cfe8a2a" integrity sha512-c3Xy026kOF7QOTn00hbIllV1dLR9hG9NkSrLQgCVs8NF6sBU+VGWjD3wLPhmh1TYAc7ugCFsvHYMN4VcBN1U1A== -"@types/inquirer@8.2.10": - version "8.2.10" - resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-8.2.10.tgz#9444dce2d764c35bc5bb4d742598aaa4acb6561b" - integrity sha512-IdD5NmHyVjWM8SHWo/kPBgtzXatwPkfwzyP3fN1jF2g9BWt5WO+8hL2F4o2GKIYsU40PpqeevuUWvkS/roXJkA== +"@types/inquirer@9.0.10": + version "9.0.10" + resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-9.0.10.tgz#0ce7b234181c29e71fdb3038969a6839a39db405" + integrity sha512-vFW2WbXwO9eZpRT5GJGFJ/shgyMNnYozmnjakt9jCQSS1lvqX8pZEQMjJ9RdDPct/YxwciQ8+V8OYn9euIrZDA== dependencies: "@types/through" "*" rxjs "^7.2.0"