From 9f57ba6ea5d80e09e387cd96d3d1e50226851d88 Mon Sep 17 00:00:00 2001 From: Donald Pakkies Date: Sun, 19 May 2024 10:26:07 +0200 Subject: [PATCH 1/2] chore(deps): update installer --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8d4019c..64f292c 100644 --- a/package.json +++ b/package.json @@ -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" From a580bc143247bfbea5b1d8b2509e0fcd79864d60 Mon Sep 17 00:00:00 2001 From: Donald Pakkies Date: Sun, 19 May 2024 10:26:26 +0200 Subject: [PATCH 2/2] chore: bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 64f292c..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": {