diff --git a/package.json b/package.json index 3fe3109..b60cbe1 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@salesforce/cli-plugins-testkit": "^5.3.35", "@salesforce/dev-scripts": "^10.2.12", "@salesforce/plugin-command-reference": "^3.1.65", - "@types/inquirer": "^9.0.7", + "@types/inquirer": "^9.0.9", "@types/react": "^18.3.3", "eslint-config-xo": "^0.45.0", "eslint-config-xo-react": "^0.27.0", diff --git a/yarn.lock b/yarn.lock index 9233c8d..cd0543a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2369,10 +2369,10 @@ resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz#b979ebad3919799c979b17c72621c0bc0a31c6c4" integrity sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA== -"@types/inquirer@^9.0.7": - version "9.0.8" - resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-9.0.8.tgz#09d39cc6435ab7b0597f527ff5e2d6ccdf6b14be" - integrity sha512-CgPD5kFGWsb8HJ5K7rfWlifao87m4ph8uioU7OTncJevmE/VLIqAAjfQtko578JZg7/f69K4FgqYym3gNr7DeA== +"@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"