From c3e84081458f63b9a27709b72225c9e6733227dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 18:35:46 +0000 Subject: [PATCH] Bump jest-circus from 29.6.2 to 29.6.3 in /generators/app/templates Bumps [jest-circus](https://github.com/jestjs/jest/tree/HEAD/packages/jest-circus) from 29.6.2 to 29.6.3. - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v29.6.3/packages/jest-circus) --- updated-dependencies: - dependency-name: jest-circus dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- generators/app/templates/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/app/templates/package.json b/generators/app/templates/package.json index a7f5ce21b..68374a114 100644 --- a/generators/app/templates/package.json +++ b/generators/app/templates/package.json @@ -51,7 +51,7 @@ "expect": "29.6.2", "expo-detox-hook": "1.0.10", "jest": "29.6.2", - "jest-circus": "29.6.2", + "jest-circus": "29.6.3", "lint-staged": "14.0.0", "mockery": "2.1.0", "patch-package": "8.0.0",