From 3c731de857b92f2755b3d5e7d0885d8b24e55fa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 07:57:09 +0000 Subject: [PATCH] chore(deps-dev): bump jest-circus from 26.6.3 to 29.5.0 Bumps [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus) from 26.6.3 to 29.5.0. - [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.5.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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 69215d9..852375b 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.5.0", "libyear": "^0.6.2", "lint-staged": "^11.0.0", "prettier": "^2.1.2",