From 17f523653ad3d8f294a443eb226dcffa66713cfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 04:11:59 +0000 Subject: [PATCH] Bump jest from 26.6.3 to 29.2.1 Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 26.6.3 to 29.2.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.2.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 fca42ca..a36a761 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "gulp": "^4.0.2", "gulp-typescript": "^6.0.0-alpha.1", "husky": "^6.0.0", - "jest": "^26.4.2", + "jest": "^29.2.1", "lint-staged": "^10.2.13", "neon-cli": "^0.8.0", "prettier": "^2.1.1",