From f84ecd37adea2129c706a4ab04e56a30a8550583 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 08:53:43 +0000 Subject: [PATCH] build(deps): bump codeceptjs from 3.7.6 to 3.7.7 in /test Bumps [codeceptjs](https://github.com/Codeception/codeceptjs) from 3.7.6 to 3.7.7. - [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.7.6...3.7.7) --- updated-dependencies: - dependency-name: codeceptjs dependency-version: 3.7.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- test/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/package.json b/test/package.json index 27971b3..395ddf8 100644 --- a/test/package.json +++ b/test/package.json @@ -11,7 +11,7 @@ "dependencies": { "@codeceptjs/expect-helper": "^1.0.1", "@react-native/metro-config": "^0.84.0", - "codeceptjs": "3.7.6", + "codeceptjs": "3.7.7", "detox": "20.47.0", "metro-react-native-babel-preset": "^0.77.0", "react": "^19.0",