diff --git a/package.json b/package.json index 8d4019c..a55262b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-formidable", - "version": "0.0.8", + "version": "0.0.9", "description": "The Formidable Framework Installer", "author": "Donald Pakkies @donaldp", "bin": { @@ -17,7 +17,7 @@ "/oclif.manifest.json" ], "dependencies": { - "@formidablejs/installer": "^0.9.8", + "@formidablejs/installer": "^0.9.9", "@inquirer/prompts": "^1.2.1", "@oclif/core": "^2", "@oclif/plugin-help": "^5", diff --git a/yarn.lock b/yarn.lock index a123830..bbad360 100644 --- a/yarn.lock +++ b/yarn.lock @@ -239,10 +239,10 @@ minimatch "^3.0.4" strip-json-comments "^3.1.1" -"@formidablejs/installer@^0.9.8": - version "0.9.8" - resolved "https://registry.yarnpkg.com/@formidablejs/installer/-/installer-0.9.8.tgz#a2da7d0823603cc96740e37f8b664e90e57c9c70" - integrity sha512-9JmCHTF8KLGyMSHLDmh3wvWp7TxCYcFChhues0McWYHuB3ZsvFOfX+ZsY/U6K810w+pSrIhvcKhlpWTJ4eLbVA== +"@formidablejs/installer@^0.9.9": + version "0.9.9" + resolved "https://registry.yarnpkg.com/@formidablejs/installer/-/installer-0.9.9.tgz#6d2dac96c29e26ace76124866a6e78dceb4e5147" + integrity sha512-+lsiZiLyLR02OnVM3JASkIxA6GTWXNijhbgnmTrO1iubIPCNs2t9MIXeBxM7UefN51gKyUMhTTQAc8D9UfsxGw== dependencies: "@oclif/core" "^1" "@oclif/plugin-help" "^5"