From 673694f2d8f4a8cdd3d564fb73e80029502d2829 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 07:58:26 +0000 Subject: [PATCH] chore(deps-dev): bump jest-circus from 26.6.3 to 29.4.3 Bumps [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus) from 26.6.3 to 29.4.3. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v29.4.3/packages/jest-circus) --- updated-dependencies: - dependency-name: jest-circus dependency-type: direct:development 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 69215d9..88eaef6 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "husky": "^6.0.0", "is-ci": "^3.0.0", "jest": "^26.6.3", - "jest-circus": "^26.6.3", + "jest-circus": "^29.4.3", "libyear": "^0.6.2", "lint-staged": "^11.0.0", "prettier": "^2.1.2",