mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 14:36:25 +00:00
build(deps): update dependency commander to v7 (#8676)
This commit is contained in:
parent
13fc99937e
commit
083755161b
4 changed files with 6 additions and 7 deletions
|
@ -73,7 +73,6 @@ export function getConfig(input: string[]): GlobalConfig {
|
||||||
|
|
||||||
let program = new Command()
|
let program = new Command()
|
||||||
.storeOptionsAsProperties(false)
|
.storeOptionsAsProperties(false)
|
||||||
.passCommandToAction(false)
|
|
||||||
.arguments('[repositories...]');
|
.arguments('[repositories...]');
|
||||||
|
|
||||||
options.forEach((option) => {
|
options.forEach((option) => {
|
||||||
|
|
|
@ -127,7 +127,7 @@
|
||||||
"chalk": "4.1.0",
|
"chalk": "4.1.0",
|
||||||
"changelog-filename-regex": "2.0.1",
|
"changelog-filename-regex": "2.0.1",
|
||||||
"clean-git-ref": "2.0.1",
|
"clean-git-ref": "2.0.1",
|
||||||
"commander": "6.2.1",
|
"commander": "7.0.0",
|
||||||
"conventional-commits-detector": "1.0.3",
|
"conventional-commits-detector": "1.0.3",
|
||||||
"crypto-random-string": "3.3.0",
|
"crypto-random-string": "3.3.0",
|
||||||
"deepmerge": "4.2.2",
|
"deepmerge": "4.2.2",
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"@actions/core": "1.2.6",
|
"@actions/core": "1.2.6",
|
||||||
"@jest/reporters": "26.6.2",
|
"@jest/reporters": "26.6.2",
|
||||||
"@jest/test-result": "26.6.2",
|
"@jest/test-result": "26.6.2",
|
||||||
"commander": "6.2.1",
|
"commander": "7.0.0",
|
||||||
"eslint": "7.12.1",
|
"eslint": "7.12.1",
|
||||||
"fs-extra": "9.1.0",
|
"fs-extra": "9.1.0",
|
||||||
"got": "11.8.1",
|
"got": "11.8.1",
|
||||||
|
|
|
@ -3663,10 +3663,10 @@ combined-stream@^1.0.6, combined-stream@~1.0.6:
|
||||||
dependencies:
|
dependencies:
|
||||||
delayed-stream "~1.0.0"
|
delayed-stream "~1.0.0"
|
||||||
|
|
||||||
commander@6.2.1:
|
commander@7.0.0:
|
||||||
version "6.2.1"
|
version "7.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/commander/-/commander-6.2.1.tgz#0792eb682dfbc325999bb2b84fddddba110ac73c"
|
resolved "https://registry.yarnpkg.com/commander/-/commander-7.0.0.tgz#3e2bbfd8bb6724760980988fb5b22b7ee6b71ab2"
|
||||||
integrity sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==
|
integrity sha512-ovx/7NkTrnPuIV8sqk/GjUIIM1+iUQeqA3ye2VNpq9sVoiZsooObWlQy+OPWGI17GDaEoybuAGJm6U8yC077BA==
|
||||||
|
|
||||||
commander@^4.0.1:
|
commander@^4.0.1:
|
||||||
version "4.1.1"
|
version "4.1.1"
|
||||||
|
|
Loading…
Reference in a new issue