diff --git a/packages/graphql-codegen-cli/package.json b/packages/graphql-codegen-cli/package.json index 2c894077ef0..12a8243c214 100644 --- a/packages/graphql-codegen-cli/package.json +++ b/packages/graphql-codegen-cli/package.json @@ -74,7 +74,7 @@ "graphql-tag-pluck": "0.8.7", "graphql-tools": "4.0.7", "indent-string": "4.0.0", - "inquirer": "7.0.4", + "inquirer": "7.1.0", "is-glob": "4.0.1", "json-to-pretty-yaml": "1.2.2", "listr": "0.14.3", diff --git a/yarn.lock b/yarn.lock index 658a251cf49..0f4383521a6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9733,6 +9733,25 @@ inquirer@7.0.4: strip-ansi "^5.1.0" through "^2.3.6" +inquirer@7.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.1.0.tgz#1298a01859883e17c7264b82870ae1034f92dd29" + integrity sha512-5fJMWEmikSYu0nv/flMc475MhGbB7TSPd/2IpFV4I4rMklboCH2rQjYY5kKiYGHqUF9gvaambupcJFFG9dvReg== + dependencies: + ansi-escapes "^4.2.1" + chalk "^3.0.0" + cli-cursor "^3.1.0" + cli-width "^2.0.0" + external-editor "^3.0.3" + figures "^3.0.0" + lodash "^4.17.15" + mute-stream "0.0.8" + run-async "^2.4.0" + rxjs "^6.5.3" + string-width "^4.1.0" + strip-ansi "^6.0.0" + through "^2.3.6" + inquirer@^6.2.0: version "6.5.2" resolved "https://registry.npmjs.org/inquirer/-/inquirer-6.5.2.tgz#ad50942375d036d327ff528c08bd5fab089928ca"