mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 06:26:26 +00:00
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:
parent
28a18b18da
commit
8866603a46
6 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
||||||
const fs = require('fs-extra');
|
const fs = require('fs-extra');
|
||||||
const path = require('path');
|
const path = require('path');
|
||||||
const getInstalledPath = require('get-installed-path');
|
const { getInstalledPath } = require('get-installed-path');
|
||||||
const { exec } = require('child-process-promise');
|
const { exec } = require('child-process-promise');
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
const fs = require('fs-extra');
|
const fs = require('fs-extra');
|
||||||
const path = require('path');
|
const path = require('path');
|
||||||
const getInstalledPath = require('get-installed-path');
|
const { getInstalledPath } = require('get-installed-path');
|
||||||
const { exec } = require('child-process-promise');
|
const { exec } = require('child-process-promise');
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
"conventional-commits-detector": "0.1.1",
|
"conventional-commits-detector": "0.1.1",
|
||||||
"convert-hrtime": "2.0.0",
|
"convert-hrtime": "2.0.0",
|
||||||
"fs-extra": "4.0.2",
|
"fs-extra": "4.0.2",
|
||||||
"get-installed-path": "3.0.3",
|
"get-installed-path": "4.0.3",
|
||||||
"gh-got": "6.0.0",
|
"gh-got": "6.0.0",
|
||||||
"github-url-from-git": "1.5.0",
|
"github-url-from-git": "1.5.0",
|
||||||
"gl-got": "7.0.0",
|
"gl-got": "7.0.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
const npmHelper = require('../../../lib/workers/branch/npm');
|
const npmHelper = require('../../../lib/workers/branch/npm');
|
||||||
const logger = require('../../_fixtures/logger');
|
const logger = require('../../_fixtures/logger');
|
||||||
const getInstalledPath = require('get-installed-path');
|
const { getInstalledPath } = require('get-installed-path');
|
||||||
|
|
||||||
jest.mock('fs-extra');
|
jest.mock('fs-extra');
|
||||||
jest.mock('child-process-promise');
|
jest.mock('child-process-promise');
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
const yarnHelper = require('../../../lib/workers/branch/yarn');
|
const yarnHelper = require('../../../lib/workers/branch/yarn');
|
||||||
const logger = require('../../_fixtures/logger');
|
const logger = require('../../_fixtures/logger');
|
||||||
const getInstalledPath = require('get-installed-path');
|
const { getInstalledPath } = require('get-installed-path');
|
||||||
|
|
||||||
jest.mock('fs-extra');
|
jest.mock('fs-extra');
|
||||||
jest.mock('child-process-promise');
|
jest.mock('child-process-promise');
|
||||||
|
|
|
@ -1789,9 +1789,9 @@ get-func-name@^2.0.0:
|
||||||
version "2.0.0"
|
version "2.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/get-func-name/-/get-func-name-2.0.0.tgz#ead774abee72e20409433a066366023dd6887a41"
|
resolved "https://registry.yarnpkg.com/get-func-name/-/get-func-name-2.0.0.tgz#ead774abee72e20409433a066366023dd6887a41"
|
||||||
|
|
||||||
get-installed-path@3.0.3:
|
get-installed-path@4.0.3:
|
||||||
version "3.0.3"
|
version "4.0.3"
|
||||||
resolved "https://registry.yarnpkg.com/get-installed-path/-/get-installed-path-3.0.3.tgz#8659e69816093cb00e2782c072f4b7efa6eeacb6"
|
resolved "https://registry.yarnpkg.com/get-installed-path/-/get-installed-path-4.0.3.tgz#5049ab439d74202f77f2c45f65889046ba1d6e0b"
|
||||||
dependencies:
|
dependencies:
|
||||||
global-modules "1.0.0"
|
global-modules "1.0.0"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue