From 4f7819bcebd0b0c56d27735a9f9ae889ad12dd70 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 15:38:53 +0000 Subject: [PATCH 1/2] fix(package): update app-root-path to version 3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c0b1214..9f5638c 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "templates" ], "dependencies": { - "app-root-path": "^2.0.1", + "app-root-path": "^3.0.0", "chalk": "^2.3.0", "coveralls": "^3.0.0", "inquirer": "^4.0.1", From 66219cf0c6437be703a6eb1155e7903bf477c013 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 15:39:04 +0000 Subject: [PATCH 2/2] chore(package): update lockfile yarn.lock --- yarn.lock | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 593c5b6..4084438 100644 --- a/yarn.lock +++ b/yarn.lock @@ -77,9 +77,10 @@ anymatch@^1.3.0: micromatch "^2.1.5" normalize-path "^2.0.0" -app-root-path@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/app-root-path/-/app-root-path-2.0.1.tgz#cd62dcf8e4fd5a417efc664d2e5b10653c651b46" +app-root-path@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/app-root-path/-/app-root-path-3.0.0.tgz#210b6f43873227e18a4b810a032283311555d5ad" + integrity sha512-qMcx+Gy2UZynHjOHOIXPNvpf+9cjvk3cWrBBK7zg4gH9+clobJRb9NGzcT7mQTcV/6Gm/1WelUtqxVXnNlrwcw== append-transform@^0.4.0: version "0.4.0"