From 3a40adc3e5ed56e8d80e0c5d6a0f9b3d89f4a5c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 15:55:44 +0000 Subject: [PATCH] build(deps-dev): bump jest-circus from 27.5.1 to 29.7.0 in /example Bumps [jest-circus](https://github.com/jestjs/jest/tree/HEAD/packages/jest-circus) from 27.5.1 to 29.7.0. - [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.7.0/packages/jest-circus) --- updated-dependencies: - dependency-name: jest-circus dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 739ffde61..6442101bb 100644 --- a/example/package.json +++ b/example/package.json @@ -49,7 +49,7 @@ "detox": "^19.1.0", "glob-to-regexp": "^0.4.0", "jest": "^27.1.0", - "jest-circus": "^27.1.1", + "jest-circus": "^29.7.0", "jetifier": "^2.0.0", "metro-react-native-babel-preset": "^0.64.0", "typescript": "^4.4.3"