diff --git a/package.json b/package.json index 86893ae..feb1e44 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@oclif/test": "^2", "@types/chai": "^4", - "@types/inquirer": "^8.1.3", + "@types/inquirer": "^8.2.0", "@types/lodash": "^4.14.178", "@types/mocha": "^9.0.0", "@types/node": "^17.0.0", diff --git a/yarn.lock b/yarn.lock index 758fc92..0626808 100644 --- a/yarn.lock +++ b/yarn.lock @@ -467,10 +467,10 @@ "@types/minimatch" "*" "@types/node" "*" -"@types/inquirer@^8.1.3": - version "8.1.3" - resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-8.1.3.tgz#dfda4c97cdbe304e4dceb378a80f79448ea5c8fe" - integrity sha512-AayK4ZL5ssPzR1OtnOLGAwpT0Dda3Xi/h1G0l1oJDNrowp7T1423q4Zb8/emr7tzRlCy4ssEri0LWVexAqHyKQ== +"@types/inquirer@^8.2.0": + version "8.2.0" + resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-8.2.0.tgz#b9566d048f5ff65159f2ed97aff45fe0f00b35ec" + integrity sha512-BNoMetRf3gmkpAlV5we+kxyZTle7YibdOntIZbU5pyIfMdcwy784KfeZDAcuyMznkh5OLa17RVXZOGA5LTlkgQ== dependencies: "@types/through" "*" rxjs "^7.2.0"