mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-27 10:19:26 -05:00
fix(deps): update dependency commander to version .x 🌟 (#8979)
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
This commit is contained in:
@@ -35,7 +35,7 @@ exports['shows help for open --foo 1'] = `
|
||||
-P, --project <project-path> path to the project
|
||||
--dev runs cypress in development and bypasses
|
||||
binary check
|
||||
-h, --help output usage information
|
||||
-h, --help display help for command
|
||||
-------
|
||||
stderr:
|
||||
-------
|
||||
@@ -82,7 +82,7 @@ exports['shows help for run --foo 1'] = `
|
||||
-s, --spec <spec> runs specific spec file(s). defaults to "all"
|
||||
-t, --tag <tag> named tag(s) for recorded runs in the Cypress Dashboard
|
||||
--dev runs cypress in development and bypasses binary check
|
||||
-h, --help output usage information
|
||||
-h, --help display help for command
|
||||
-------
|
||||
stderr:
|
||||
-------
|
||||
@@ -116,7 +116,7 @@ exports['cli unknown option shows help for cache command - unknown option --foo
|
||||
use
|
||||
--size Used with the list command to show the sizes of the cached
|
||||
folders
|
||||
-h, --help output usage information
|
||||
-h, --help display help for command
|
||||
-------
|
||||
stderr:
|
||||
-------
|
||||
@@ -150,7 +150,7 @@ exports['cli unknown option shows help for cache command - unknown sub-command f
|
||||
use
|
||||
--size Used with the list command to show the sizes of the cached
|
||||
folders
|
||||
-h, --help output usage information
|
||||
-h, --help display help for command
|
||||
-------
|
||||
stderr:
|
||||
-------
|
||||
@@ -182,7 +182,7 @@ exports['cli unknown option shows help for cache command - no sub-command 1'] =
|
||||
use
|
||||
--size Used with the list command to show the sizes of the cached
|
||||
folders
|
||||
-h, --help output usage information
|
||||
-h, --help display help for command
|
||||
-------
|
||||
stderr:
|
||||
-------
|
||||
@@ -206,7 +206,7 @@ exports['cli help command shows help 1'] = `
|
||||
|
||||
Options:
|
||||
-v, --version prints Cypress version
|
||||
-h, --help output usage information
|
||||
-h, --help display help for command
|
||||
|
||||
Commands:
|
||||
help Shows CLI help and exits
|
||||
@@ -242,7 +242,7 @@ exports['cli help command shows help for -h 1'] = `
|
||||
|
||||
Options:
|
||||
-v, --version prints Cypress version
|
||||
-h, --help output usage information
|
||||
-h, --help display help for command
|
||||
|
||||
Commands:
|
||||
help Shows CLI help and exits
|
||||
@@ -278,7 +278,7 @@ exports['cli help command shows help for --help 1'] = `
|
||||
|
||||
Options:
|
||||
-v, --version prints Cypress version
|
||||
-h, --help output usage information
|
||||
-h, --help display help for command
|
||||
|
||||
Commands:
|
||||
help Shows CLI help and exits
|
||||
@@ -315,7 +315,7 @@ exports['cli unknown command shows usage and exits 1'] = `
|
||||
|
||||
Options:
|
||||
-v, --version prints Cypress version
|
||||
-h, --help output usage information
|
||||
-h, --help display help for command
|
||||
|
||||
Commands:
|
||||
help Shows CLI help and exits
|
||||
@@ -421,7 +421,7 @@ exports['cli CYPRESS_INTERNAL_ENV allows and warns when staging environment 1']
|
||||
|
||||
Options:
|
||||
-v, --version prints Cypress version
|
||||
-h, --help output usage information
|
||||
-h, --help display help for command
|
||||
|
||||
Commands:
|
||||
help Shows CLI help and exits
|
||||
|
||||
+1
-1
@@ -32,7 +32,7 @@
|
||||
"chalk": "^4.1.0",
|
||||
"check-more-types": "^2.24.0",
|
||||
"cli-table3": "~0.6.0",
|
||||
"commander": "^4.1.1",
|
||||
"commander": "^5.1.0",
|
||||
"common-tags": "^1.8.0",
|
||||
"debug": "^4.1.1",
|
||||
"eventemitter2": "^6.4.2",
|
||||
|
||||
@@ -10725,7 +10725,7 @@ commander@^4.0.1, commander@^4.1.1:
|
||||
resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068"
|
||||
integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==
|
||||
|
||||
commander@^5.0.0:
|
||||
commander@^5.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==
|
||||
|
||||
Reference in New Issue
Block a user