diff --git a/package.json b/package.json index dd424fd8..aa173e8e 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@types/figlet": "^1.5.5", "@types/mock-fs": "^4.13.1", "@types/parse-github-url": "^1.0.0", - "@types/prompts": "^2.0.14", + "@types/prompts": "^2.4.1", "@types/shelljs": "^0.8.11", "@types/tmp": "^0.2.3", "fs-extra": "^10.1.0", diff --git a/yarn.lock b/yarn.lock index 8b68a665..eeb56ee3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1110,10 +1110,10 @@ resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.4.3.tgz#a3c65525b91fca7da00ab1a3ac2b5a2a4afbffbf" integrity sha512-QzSuZMBuG5u8HqYz01qtMdg/Jfctlnvj1z/lYnIDXs/golxw0fxtRAHd9KrzjR7Yxz1qVeI00o0kiO3PmVdJ9w== -"@types/prompts@^2.0.14": - version "2.0.14" - resolved "https://registry.yarnpkg.com/@types/prompts/-/prompts-2.0.14.tgz#10cb8899844bb0771cabe57c1becaaaca9a3b521" - integrity sha512-HZBd99fKxRWpYCErtm2/yxUZv6/PBI9J7N4TNFffl5JbrYMHBwF25DjQGTW3b3jmXq+9P6/8fCIb2ee57BFfYA== +"@types/prompts@^2.4.1": + version "2.4.1" + resolved "https://registry.yarnpkg.com/@types/prompts/-/prompts-2.4.1.tgz#d47adcb608a0afcd48121ff7c75244694a3a04c5" + integrity sha512-1Mqzhzi9W5KlooNE4o0JwSXGUDeQXKldbGn9NO4tpxwZbHXYd+WcKpCksG2lbhH7U9I9LigfsdVsP2QAY0lNPA== dependencies: "@types/node" "*"