From 49e2026b4b63180ab52cbfa98f3f648afe7c0f2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 11:42:40 +0000 Subject: [PATCH] Bump jest from 28.1.3 to 29.7.0 Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 28.1.3 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) --- updated-dependencies: - dependency-name: jest 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 1cd9f6b..41adee0 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "eslint-plugin-testing-library" : "^5.6.0", "eslint-plugin-unicorn" : "^43.0.2", "jest-fetch-mock" : "^3.0.3", - "jest" : "^28.1.3", + "jest" : "^29.7.0", "jest-environment-jsdom" : "^28.1.3", "react-app-rewired" : "^2.2.1", "react-scripts" : "^5.0.1",