From 5c46692ac83701d0e287770ba8975877bb717254 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 16:08:08 +0000 Subject: [PATCH] chore(deps-dev): bump jest from 27.5.1 to 29.0.2 Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 27.5.1 to 29.0.2. - [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.2/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 039f2be..28cdcca 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,7 @@ "eslint-plugin-promise": "~6.0.0", "eslint-plugin-unused-imports": "~2.0.0", "husky": "~7.0.4", - "jest": "~27.5.1", + "jest": "~29.0.2", "jest-config": "~27.5.1", "lint-staged": "~12.3.4", "prompt": "~1.2.2",