diff --git a/package.json b/package.json index 27566ec20..8a4fcbf5f 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "@nx/workspace": "21.5.3", "@semantic-release/changelog": "6.0.3", "@types/fs-extra": "11.0.4", - "@types/inquirer": "8.2.12", + "@types/inquirer": "9.0.9", "@types/jest": "30.0.0", "@types/jsonpath": "0.2.4", "@types/node": "20.14.8", diff --git a/yarn.lock b/yarn.lock index 80ed0b3c8..ba138aff7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2864,10 +2864,10 @@ dependencies: "@types/node" "*" -"@types/inquirer@8.2.12": - version "8.2.12" - resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-8.2.12.tgz#c26da8d8fe5baff78382a1035059ef4967cee7a0" - integrity sha512-YxURZF2ZsSjU5TAe06tW0M3sL4UI9AMPA6dd8I72uOtppzNafcY38xkYgCZ/vsVOAyNdzHmvtTpLWilOrbP0dQ== +"@types/inquirer@9.0.9": + version "9.0.9" + resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-9.0.9.tgz#c659dffbb8c2dab112324c7ae19b3303a972a96d" + integrity sha512-/mWx5136gts2Z2e5izdoRCo46lPp5TMs9R15GTSsgg/XnZyxDWVqoVU3R9lWnccKpqwsJLvRoxbCjoJtZB7DSw== dependencies: "@types/through" "*" rxjs "^7.2.0"