mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 14:44:13 +00:00
Update dependency commander to v6
This commit is contained in:
parent
0ac1fcb471
commit
3e5933bfd3
2 changed files with 5 additions and 5 deletions
|
@ -44,7 +44,7 @@
|
|||
"busboy": "0.3.1",
|
||||
"chalk": "4.1.0",
|
||||
"cheerio": "1.0.0-rc.3",
|
||||
"commander": "5.1.0",
|
||||
"commander": "6.0.0",
|
||||
"express": "4.17.1",
|
||||
"file-type": "14.6.2",
|
||||
"filenamify": "4.1.0",
|
||||
|
|
|
@ -2392,10 +2392,10 @@ combined-stream@^1.0.6, combined-stream@~1.0.6:
|
|||
dependencies:
|
||||
delayed-stream "~1.0.0"
|
||||
|
||||
commander@5.1.0:
|
||||
version "5.1.0"
|
||||
resolved "https://registry.yarnpkg.com/commander/-/commander-5.1.0.tgz#46abbd1652f8e059bddaef99bbdcb2ad9cf179ae"
|
||||
integrity sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==
|
||||
commander@6.0.0:
|
||||
version "6.0.0"
|
||||
resolved "https://registry.yarnpkg.com/commander/-/commander-6.0.0.tgz#2b270da94f8fb9014455312f829a1129dbf8887e"
|
||||
integrity sha512-s7EA+hDtTYNhuXkTlhqew4txMZVdszBmKWSPEMxGr8ru8JXR7bLUFIAtPhcSuFdJQ0ILMxnJi8GkQL0yvDy/YA==
|
||||
|
||||
commander@^2.19.0, commander@^2.20.0:
|
||||
version "2.20.3"
|
||||
|
|
Loading…
Reference in a new issue