From 7a4d34bbd76b70d7b0a224f9c0cdd92870d402d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 10:10:11 +0000 Subject: [PATCH] chore: bump jest from 28.1.3 to 29.4.1 Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 28.1.3 to 29.4.1. - [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.1/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 41c8ae4..01fd1a8 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,6 @@ "@commitlint/lint": "^16.2.1", "husky": "^7.0.4", "is-ci": "^3.0.1", - "jest": "^28.0.2" + "jest": "^29.4.1" } }