Skip to content

Commit 15786fd

Browse files
chore(deps): bump commander from 6.2.1 to 7.2.0
Bumps [commander](https://github.com/tj/commander.js) from 6.2.1 to 7.2.0. - [Release notes](https://github.com/tj/commander.js/releases) - [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md) - [Commits](tj/commander.js@v6.2.1...v7.2.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 4d308cb commit 15786fd

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
},
6060
"dependencies": {
6161
"chalk": "^4.0.0",
62-
"commander": "^6.0.0",
62+
"commander": "^7.2.0",
6363
"glob": "^7.1.3",
6464
"js-yaml": "^4.0.0",
6565
"lodash": "^4.17.11",

yarn.lock

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -369,11 +369,16 @@ color-name@~1.1.4:
369369
resolved "https://npm.lingkou.xyz/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
370370
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
371371

372-
commander@^6.0.0, commander@^6.2.0:
372+
commander@^6.2.0:
373373
version "6.2.1"
374374
resolved "https://npm.lingkou.xyz/commander/-/commander-6.2.1.tgz#0792eb682dfbc325999bb2b84fddddba110ac73c"
375375
integrity sha1-B5LraC37wyWZm7K4T93duhEKxzw=
376376

377+
commander@^7.2.0:
378+
version "7.2.0"
379+
resolved "https://registry.yarnpkg.com/commander/-/commander-7.2.0.tgz#a36cb57d0b501ce108e4d20559a150a391d97ab7"
380+
integrity sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==
381+
377382
378383
version "0.0.1"
379384
resolved "https://npm.lingkou.xyz/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
@@ -1370,10 +1375,10 @@ tslib@^1.8.1, tslib@^1.9.0:
13701375
resolved "https://npm.lingkou.xyz/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
13711376
integrity sha1-zy04vcNKE0vK8QkcQfZhni9nLQA=
13721377

1373-
tslib@^2.0.0:
1378+
tslib@^2.1.0:
13741379
version "2.1.0"
1375-
resolved "https://npm.lingkou.xyz/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
1376-
integrity sha1-2mCGDxwuyqVwOrfTm8Bba/mIuXo=
1380+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
1381+
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
13771382

13781383
tsutils@^3.17.1:
13791384
version "3.21.0"

0 commit comments

Comments
 (0)