diff --git a/package.json b/package.json index 9a6e80a..36cd910 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@types/fs-extra": "9.0.11", "@types/ini": "1.3.30", "@types/node": "14.14.41", - "@types/prompts": "2.0.10", + "@types/prompts": "2.0.11", "@types/request-promise-native": "1.0.17", "@types/rimraf": "3.0.0", "@types/socket.io": "2.1.13", diff --git a/yarn.lock b/yarn.lock index 2693a11..c5dd0c1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -139,10 +139,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.4.tgz#73687043dd00fcb6962c60fbf499553a24d6bdf2" integrity sha512-xRCgeE0Q4pT5UZ189TJ3SpYuX/QGl6QIAOAIeDSbAVAd2gX1NxSZup4jNVK7cxIeP8KDSbJgcckun495isP1jQ== -"@types/prompts@2.0.10": - version "2.0.10" - resolved "https://registry.yarnpkg.com/@types/prompts/-/prompts-2.0.10.tgz#48cf7b5a5bf31723beb804f3927e510af1a96a27" - integrity sha512-W3PEl3l4vmxdgfY6LUG7ysh+mLJOTOFYmSpiLe6MCo1OdEm8b5s6ZJfuTQgEpYNwcMiiaRzJespPS5Py2tqLlQ== +"@types/prompts@2.0.11": + version "2.0.11" + resolved "https://registry.yarnpkg.com/@types/prompts/-/prompts-2.0.11.tgz#0cef3d1c7e5144c74abd71691287613b7514b03a" + integrity sha512-dcF5L3rU9VfpLEJIV++FEyhGhuIpJllNEwllVuJ5g8eoVqjf048tW9+spivIwjzgPbtaGAl7mIZW3cmhDAq2UQ== dependencies: "@types/node" "*"