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", 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"