From 67c2e6f1ff5fb69f95aea32b75edc1ae201d257d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 07:54:53 +0000 Subject: [PATCH] Bump jest from 26.6.3 to 27.0.3 Bumps [jest](https://github.com/facebook/jest) from 26.6.3 to 27.0.3. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/compare/v26.6.3...v27.0.3) 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..85ed118 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": "^27.0.3", "lint-staged": "^10.2.13", "neon-cli": "^0.8.0", "prettier": "^2.1.1",