From 8cc4619b50b49cc53b293c23afa51aea12c7762e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 23 Oct 2021 19:01:19 +0000 Subject: [PATCH] chore(deps): update devdependency @types/inquirer to v8 --- packages/@statusfy/cli/package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/@statusfy/cli/package.json b/packages/@statusfy/cli/package.json index b01fbd43..959f45e3 100644 --- a/packages/@statusfy/cli/package.json +++ b/packages/@statusfy/cli/package.json @@ -37,7 +37,7 @@ "@statusfy/config": "1.0.0-alpha.0", "@statusfy/core": "1.0.0-alpha.0", "@types/fs-extra": "9.0.13", - "@types/inquirer": "7.3.3", + "@types/inquirer": "8.1.3", "@types/lodash": "4.14.176", "@types/lru-cache": "5.1.1", "@types/node": "14.14.33", diff --git a/yarn.lock b/yarn.lock index 3607c6c9..2241cef0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1753,13 +1753,13 @@ resolved "https://registry.yarnpkg.com/@types/hash-sum/-/hash-sum-1.0.0.tgz#838f4e8627887d42b162d05f3d96ca636c2bc504" integrity sha512-FdLBT93h3kcZ586Aee66HPCVJ6qvxVjBlDWNmxSGSbCZe9hTsjRKdSsl4y1T+3zfujxo9auykQMnFsfyHWD7wg== -"@types/inquirer@7.3.3": - version "7.3.3" - resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-7.3.3.tgz#92e6676efb67fa6925c69a2ee638f67a822952ac" - integrity sha512-HhxyLejTHMfohAuhRun4csWigAMjXTmRyiJTU1Y/I1xmggikFMkOUoMQRlFm+zQcPEGHSs3io/0FAmNZf8EymQ== +"@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== dependencies: "@types/through" "*" - rxjs "^6.4.0" + rxjs "^7.2.0" "@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0", "@types/istanbul-lib-coverage@^2.0.1": version "2.0.3"