diff --git a/package.json b/package.json index bb2bee979e..4163739575 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "glob": "^7.1.5", "global": "^4.3.2", "html-webpack-plugin": "^3.2.0", - "inquirer": "^7.0.1", + "inquirer": "^7.0.4", "lodash.merge": "^4.6.2", "lodash.template": "^4.5.0", "log-symbols": "^3.0.0", diff --git a/packages/api/cli/package.json b/packages/api/cli/package.json index 42ae24a248..1d982fe41c 100644 --- a/packages/api/cli/package.json +++ b/packages/api/cli/package.json @@ -25,7 +25,7 @@ "commander": "^4.0.1", "debug": "^4.1.0", "fs-extra": "^8.1.0", - "inquirer": "^7.0.1", + "inquirer": "^7.0.4", "semver": "^7.1.1" }, "engines": { diff --git a/yarn.lock b/yarn.lock index 17f50b70b0..d56addab5a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5111,10 +5111,10 @@ inquirer@^6.2.0, inquirer@^6.3.1: strip-ansi "^5.1.0" through "^2.3.6" -inquirer@^7.0.0, inquirer@^7.0.1: - version "7.0.3" - resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.0.3.tgz#f9b4cd2dff58b9f73e8d43759436ace15bed4567" - integrity sha512-+OiOVeVydu4hnCGLCSX+wedovR/Yzskv9BFqUNNKq9uU2qg7LCcCo3R86S2E7WLo0y/x2pnEZfZe1CoYnORUAw== +inquirer@^7.0.0, inquirer@^7.0.4: + version "7.0.4" + resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.0.4.tgz#99af5bde47153abca23f5c7fc30db247f39da703" + integrity sha512-Bu5Td5+j11sCkqfqmUTiwv+tWisMtP0L7Q8WrqA2C/BbBhy1YTdFrvjjlrKq8oagA/tLQBski2Gcx/Sqyi2qSQ== dependencies: ansi-escapes "^4.2.1" chalk "^2.4.2"