From a49b4aaf1b622549fd05f34d9299451379b721ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Aug 2022 10:32:46 +0000 Subject: [PATCH] chore: bump jest from 28.1.3 to 29.0.0 Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 28.1.3 to 29.0.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.0.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 41c8ae4..6fadbf5 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.0.0" } }