Skip to content

Commit 3585d0e

Browse files
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] <support@dependabot.com>
1 parent b3d1e1a commit 3585d0e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"chalk": "^4.1.0",
25-
"commander": "^6.0.0",
25+
"commander": "^7.2.0",
2626
"common-tags": "^1.4.0",
2727
"detect-indent": "^6.0.0",
2828
"dottie": "^2.0.0",

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1202,11 +1202,16 @@ commander@^4.0.1:
12021202
resolved "https://registry.yarnpkg.com/commander/-/commander-4.0.1.tgz#b67622721785993182e807f4883633e6401ba53c"
12031203
integrity sha512-IPF4ouhCP+qdlcmCedhxX4xiGBPyigb8v5NeUp+0LyhwLgxMqyp3S0vl7TAPfS/hiP7FC3caI/PB9lTmP8r1NA==
12041204

1205-
commander@^6.0.0, commander@^6.2.0:
1205+
commander@^6.2.0:
12061206
version "6.2.1"
12071207
resolved "https://registry.yarnpkg.com/commander/-/commander-6.2.1.tgz#0792eb682dfbc325999bb2b84fddddba110ac73c"
12081208
integrity sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==
12091209

1210+
commander@^7.2.0:
1211+
version "7.2.0"
1212+
resolved "https://registry.yarnpkg.com/commander/-/commander-7.2.0.tgz#a36cb57d0b501ce108e4d20559a150a391d97ab7"
1213+
integrity sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==
1214+
12101215
common-path-prefix@^1.0.0:
12111216
version "1.0.0"
12121217
resolved "https://registry.yarnpkg.com/common-path-prefix/-/common-path-prefix-1.0.0.tgz#cd52f6f0712e0baab97d6f9732874f22f47752c0"

0 commit comments

Comments
 (0)