fix(deps): update dependency get-installed-path to v4 (#892)

* fix(deps): update dependency get-installed-path to v4.0.3

* fix
This commit is contained in:
renovate[bot] 2017-10-08 06:30:01 +02:00 committed by Rhys Arkins
parent 28a18b18da
commit 8866603a46
6 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
const fs = require('fs-extra');
const path = require('path');
const getInstalledPath = require('get-installed-path');
const { getInstalledPath } = require('get-installed-path');
const { exec } = require('child-process-promise');
module.exports = {

View file

@ -1,6 +1,6 @@
const fs = require('fs-extra');
const path = require('path');
const getInstalledPath = require('get-installed-path');
const { getInstalledPath } = require('get-installed-path');
const { exec } = require('child-process-promise');
module.exports = {

View file

@ -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.3",
"get-installed-path": "4.0.3",
"gh-got": "6.0.0",
"github-url-from-git": "1.5.0",
"gl-got": "7.0.0",

View file

@ -1,6 +1,6 @@
const npmHelper = require('../../../lib/workers/branch/npm');
const logger = require('../../_fixtures/logger');
const getInstalledPath = require('get-installed-path');
const { getInstalledPath } = require('get-installed-path');
jest.mock('fs-extra');
jest.mock('child-process-promise');

View file

@ -1,6 +1,6 @@
const yarnHelper = require('../../../lib/workers/branch/yarn');
const logger = require('../../_fixtures/logger');
const getInstalledPath = require('get-installed-path');
const { getInstalledPath } = require('get-installed-path');
jest.mock('fs-extra');
jest.mock('child-process-promise');

View file

@ -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.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/get-installed-path/-/get-installed-path-3.0.3.tgz#8659e69816093cb00e2782c072f4b7efa6eeacb6"
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"
dependencies:
global-modules "1.0.0"