From a984872f97e658249520480bd2285dac1ba941ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 10:32:08 +0000 Subject: [PATCH 1/2] chore(deps): bump commander from 11.1.0 to 14.0.2 Bumps [commander](https://github.com/tj/commander.js) from 11.1.0 to 14.0.2. - [Release notes](https://github.com/tj/commander.js/releases) - [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/tj/commander.js/compare/v11.1.0...v14.0.2) --- updated-dependencies: - dependency-name: commander dependency-version: 14.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 16b464ff5..2ee03929b 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "chalk": "4.1.2", "cheerio": "^1.0.0", "chokidar": "^4.0.3", - "commander": "11.1.0", + "commander": "14.0.2", "cross-spawn": "7.0.6", "css-to-xpath": "0.1.0", "csstoxpath": "1.6.0", From 2275e9bb716150965e6700254327c98abf4e37f6 Mon Sep 17 00:00:00 2001 From: kobenguyent <7845001+kobenguyent@users.noreply.github.com> Date: Tue, 18 Nov 2025 06:50:15 +0100 Subject: [PATCH 2/2] Update codecept.js --- bin/codecept.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/codecept.js b/bin/codecept.js index 7fdb41db1..f8cd0a6cb 100755 --- a/bin/codecept.js +++ b/bin/codecept.js @@ -174,7 +174,7 @@ program .option('-R, --reporter ', 'specify the reporter to use') .option('-S, --sort', 'sort test files') .option('-b, --bail', 'bail after first test failure') - .option('-d, --debug', "enable node's debugger, synonym for node --debug") + .option('--inspec', "enable node's debugger, synonym for node --debug") .option('-g, --grep ', 'only run tests matching ') .option('-f, --fgrep ', 'only run tests containing ') .option('-i, --invert', 'inverts --grep and --fgrep matches') @@ -276,7 +276,7 @@ program .option('-R, --reporter ', 'specify the reporter to use') .option('-S, --sort', 'sort test files') .option('-b, --bail', 'bail after first test failure') - .option('-d, --debug', "enable node's debugger, synonym for node --debug") + .option('--inspect', "enable node's debugger, synonym for node --debug") .option('-g, --grep ', 'only run tests matching ') .option('-f, --fgrep ', 'only run tests containing ') .option('-i, --invert', 'inverts --grep and --fgrep matches')