diff --git a/package.json b/package.json index 59dd777..e5979a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-formidable", - "version": "0.0.12", + "version": "0.0.13", "description": "The Formidable Framework Installer", "author": "Donald Pakkies @donaldp", "bin": { @@ -17,7 +17,7 @@ "/oclif.manifest.json" ], "dependencies": { - "@formidablejs/installer": "^0.9.11", + "@formidablejs/installer": "^0.9.12", "@inquirer/prompts": "^1.2.1", "@oclif/core": "^2", "@oclif/plugin-help": "^5", diff --git a/yarn.lock b/yarn.lock index 0eaf341..6dd3390 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.11": - version "0.9.11" - resolved "https://registry.yarnpkg.com/@formidablejs/installer/-/installer-0.9.11.tgz#ff9d5d7bdbea213b2c586a318c9d9f1943ac3707" - integrity sha512-erkJEXHdpboSRML1EOm58uzXwgRmRo1OEH0O63PPclH5tSzKv5GSYf7uMjERl6Ft0rs0aVZ1m7GYRG43HNLunA== +"@formidablejs/installer@^0.9.12": + version "0.9.12" + resolved "https://registry.yarnpkg.com/@formidablejs/installer/-/installer-0.9.12.tgz#470f4cb8127835ac366e09fb1590e8709b9ffcb3" + integrity sha512-BgTvCbuuvg0qTXmEDwSDo5ToA4PrymG58ou5MjNhvaDWHYbDT9VrEDEgBLNCEIzCEnIl/HGNYj3xaCFNmYumsQ== dependencies: "@oclif/core" "^1" "@oclif/plugin-help" "^5"