Skip to content
This repository was archived by the owner on Jun 1, 2022. It is now read-only.

Commit ed63f57

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[bot] <support@github.com>
1 parent 0b2f976 commit ed63f57

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"homepage": "https://tony-lang.github.io/docs/cli/install",
2828
"dependencies": {
2929
"chalk": "^4.1.1",
30-
"commander": "^6.2.1",
30+
"commander": "^7.2.0",
3131
"indefinite": "^2.4.1",
3232
"tony-lang": "file:.yalc/tony-lang",
3333
"tree-sitter": "^0.16.2"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1977,10 +1977,10 @@ commander@^4.0.1:
19771977
resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068"
19781978
integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==
19791979

1980-
commander@^6.2.1:
1981-
version "6.2.1"
1982-
resolved "https://registry.yarnpkg.com/commander/-/commander-6.2.1.tgz#0792eb682dfbc325999bb2b84fddddba110ac73c"
1983-
integrity sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==
1980+
commander@^7.2.0:
1981+
version "7.2.0"
1982+
resolved "https://registry.yarnpkg.com/commander/-/commander-7.2.0.tgz#a36cb57d0b501ce108e4d20559a150a391d97ab7"
1983+
integrity sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==
19841984

19851985
commondir@^1.0.1:
19861986
version "1.0.1"

0 commit comments

Comments
 (0)