From 93dda0a3a4e02bb8f783fb7809a943b95ec0b9b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 20:20:40 +0000 Subject: [PATCH] Bump codeceptjs from 3.6.9 to 3.7.5 Bumps [codeceptjs](https://github.com/Codeception/codeceptjs) from 3.6.9 to 3.7.5. - [Release notes](https://github.com/Codeception/codeceptjs/releases) - [Changelog](https://github.com/codeceptjs/CodeceptJS/blob/3.x/CHANGELOG.md) - [Commits](https://github.com/Codeception/codeceptjs/compare/3.6.9...3.7.5) --- updated-dependencies: - dependency-name: codeceptjs dependency-version: 3.7.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8766321..5bb5108 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/browserstack/codecept-js-browserstack#readme", "devDependencies": { - "codeceptjs": "3.6.9", + "codeceptjs": "3.7.5", "webdriverio": "^7.17.4", "browserstack-node-sdk": "latest" },