From 66f90c58c690eb3130e21aea14c8977afa35ce13 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <renovate[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2017 04:11:47 +0000 Subject: [PATCH] fix(deps): update dependency get-installed-path to v3.0.3 --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 7a36b12ef3..3fcdd276c1 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": "3.0.1", + "get-installed-path": "3.0.3", "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 249396e973..c552e4243c 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@3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/get-installed-path/-/get-installed-path-3.0.1.tgz#aa9daf1f1f10c7dcce755e6bc52cfeaa02534060" +get-installed-path@3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/get-installed-path/-/get-installed-path-3.0.3.tgz#8659e69816093cb00e2782c072f4b7efa6eeacb6" dependencies: global-modules "1.0.0" @@ -3920,8 +3920,8 @@ packpath@~0.1.0: resolved "https://registry.yarnpkg.com/packpath/-/packpath-0.1.0.tgz#a521534222dfeaa9c612ef0c640ec399149ecdd8" pacote@~6.0.2: - version "6.0.2" - resolved "https://registry.yarnpkg.com/pacote/-/pacote-6.0.2.tgz#c618a3c08493aeb390e79aa73f95af331ffc6171" + version "6.0.4" + resolved "https://registry.yarnpkg.com/pacote/-/pacote-6.0.4.tgz#9384c4ca9a9dbbaa625bfbe653e0330eeaa1427b" dependencies: bluebird "^3.5.0" cacache "^9.2.9" -- GitLab