From 1b595cbcd9be89ad745ffac448be7c30688a733b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <renovate[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2017 23:22:41 +0000 Subject: [PATCH] fix(deps): update dependency get-installed-path to v4.0.7 --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index d87904360b..213f44240d 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "conventional-commits-detector": "0.1.1", "convert-hrtime": "2.0.0", "fs-extra": "4.0.2", - "get-installed-path": "4.0.3", + "get-installed-path": "4.0.7", "gh-got": "6.0.0", "github-url-from-git": "1.5.0", "gl-got": "7.0.0", diff --git a/yarn.lock b/yarn.lock index 9ee41a5a98..9645a78f90 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1789,9 +1789,9 @@ get-func-name@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/get-func-name/-/get-func-name-2.0.0.tgz#ead774abee72e20409433a066366023dd6887a41" -get-installed-path@4.0.3: - version "4.0.3" - resolved "https://registry.yarnpkg.com/get-installed-path/-/get-installed-path-4.0.3.tgz#5049ab439d74202f77f2c45f65889046ba1d6e0b" +get-installed-path@4.0.7: + version "4.0.7" + resolved "https://registry.yarnpkg.com/get-installed-path/-/get-installed-path-4.0.7.tgz#ce8113dbc88ec7ec7e90c9bd7f345434574089e9" dependencies: global-modules "1.0.0" -- GitLab