diff --git a/package.json b/package.json index d8352a75..972376cf 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "@nextcloud/eslint-plugin": "^2.0.0", "@nextcloud/files": "^2.1.0", "@types/bootstrap": "^5.1.9", - "@types/inquirer": "^8.2.0", + "@types/inquirer": "^9.0.8", "@types/jquery": "^3.3.35", "@types/node": "^17.0.21", "@types/react": "^17.0.40", diff --git a/yarn.lock b/yarn.lock index 7be1d057..eb5c9e25 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1790,10 +1790,10 @@ resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.51.tgz#cfd70924a25a3fd32b218e5e420e6897e1ac4f40" integrity sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ== -"@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== +"@types/inquirer@^9.0.8": + version "9.0.8" + resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-9.0.8.tgz#09d39cc6435ab7b0597f527ff5e2d6ccdf6b14be" + integrity sha512-CgPD5kFGWsb8HJ5K7rfWlifao87m4ph8uioU7OTncJevmE/VLIqAAjfQtko578JZg7/f69K4FgqYym3gNr7DeA== dependencies: "@types/through" "*" rxjs "^7.2.0"