Skip to content

Commit c21bfa6

Browse files
chore(deps): bump commander from 11.1.0 to 14.0.2 (#5310)
1 parent 715e262 commit c21bfa6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bin/codecept.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ program
174174
.option('-R, --reporter <name>', 'specify the reporter to use')
175175
.option('-S, --sort', 'sort test files')
176176
.option('-b, --bail', 'bail after first test failure')
177-
.option('-d, --debug', "enable node's debugger, synonym for node --debug")
177+
.option('--inspec', "enable node's debugger, synonym for node --debug")
178178
.option('-g, --grep <pattern>', 'only run tests matching <pattern>')
179179
.option('-f, --fgrep <string>', 'only run tests containing <string>')
180180
.option('-i, --invert', 'inverts --grep and --fgrep matches')
@@ -276,7 +276,7 @@ program
276276
.option('-R, --reporter <name>', 'specify the reporter to use')
277277
.option('-S, --sort', 'sort test files')
278278
.option('-b, --bail', 'bail after first test failure')
279-
.option('-d, --debug', "enable node's debugger, synonym for node --debug")
279+
.option('--inspect', "enable node's debugger, synonym for node --debug")
280280
.option('-g, --grep <pattern>', 'only run tests matching <pattern>')
281281
.option('-f, --fgrep <string>', 'only run tests containing <string>')
282282
.option('-i, --invert', 'inverts --grep and --fgrep matches')

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"chalk": "4.1.2",
9999
"cheerio": "^1.0.0",
100100
"chokidar": "^4.0.3",
101-
"commander": "11.1.0",
101+
"commander": "14.0.2",
102102
"cross-spawn": "7.0.6",
103103
"css-to-xpath": "0.1.0",
104104
"csstoxpath": "1.6.0",

0 commit comments

Comments
 (0)