diff --git a/cli/package.json b/cli/package.json index 38676056..d9662df0 100644 --- a/cli/package.json +++ b/cli/package.json @@ -36,7 +36,7 @@ }, "devDependencies": { "@octokit/rest": "^18.11.4", - "@types/inquirer": "^8.1.2", + "@types/inquirer": "^8.1.3", "@types/js-yaml": "^4.0.3", "chalk": "^4.1.2", "clipanion": "^3.1.0", diff --git a/yarn.lock b/yarn.lock index 41795e98..e481a8df 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1139,10 +1139,10 @@ "@types/docker-modem" "*" "@types/node" "*" -"@types/inquirer@^8.1.2": - version "8.1.2" - resolved "https://registry.npmjs.org/@types/inquirer/-/inquirer-8.1.2.tgz#48be1d741fa39ade7ce099dbdb8a077eee8f5090" - integrity sha512-TYNYd9YEb1SdEo71AJ2sSYSS22gYiLV1/UzDjGY51Tx0LuVSbY3ftFR+eOP8qjowFKvDUnC2jmQP3hLulg6y6Q== +"@types/inquirer@^8.1.3": + version "8.1.3" + resolved "https://registry.npmjs.org/@types/inquirer/-/inquirer-8.1.3.tgz#dfda4c97cdbe304e4dceb378a80f79448ea5c8fe" + integrity sha512-AayK4ZL5ssPzR1OtnOLGAwpT0Dda3Xi/h1G0l1oJDNrowp7T1423q4Zb8/emr7tzRlCy4ssEri0LWVexAqHyKQ== dependencies: "@types/through" "*" rxjs "^7.2.0"