diff --git a/package.json b/package.json index a55262b..6087e29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-formidable", - "version": "0.0.9", + "version": "0.0.10", "description": "The Formidable Framework Installer", "author": "Donald Pakkies @donaldp", "bin": { @@ -17,7 +17,7 @@ "/oclif.manifest.json" ], "dependencies": { - "@formidablejs/installer": "^0.9.9", + "@formidablejs/installer": "^0.9.10", "@inquirer/prompts": "^1.2.1", "@oclif/core": "^2", "@oclif/plugin-help": "^5", diff --git a/yarn.lock b/yarn.lock index bbad360..ca6719e 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.9": - version "0.9.9" - resolved "https://registry.yarnpkg.com/@formidablejs/installer/-/installer-0.9.9.tgz#6d2dac96c29e26ace76124866a6e78dceb4e5147" - integrity sha512-+lsiZiLyLR02OnVM3JASkIxA6GTWXNijhbgnmTrO1iubIPCNs2t9MIXeBxM7UefN51gKyUMhTTQAc8D9UfsxGw== +"@formidablejs/installer@^0.9.10": + version "0.9.10" + resolved "https://registry.yarnpkg.com/@formidablejs/installer/-/installer-0.9.10.tgz#36e57083484897d4ca1f63cd0c412af226756f36" + integrity sha512-bk6mvE231SpiE4sToC9NfXSzNSTc4RfMtjAT+K4V6b3I+c8sN/NjeH6Px6gwY4FK8D2iKlpIEJu/5ZIGDzDP3A== dependencies: "@oclif/core" "^1" "@oclif/plugin-help" "^5"