From 2468ce32aebe6cdbd86e948799cee0edddad7599 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 May 2021 06:29:38 +0000 Subject: [PATCH] Bump jest from 26.6.3 to 27.0.1 Bumps [jest](https://github.com/facebook/jest) from 26.6.3 to 27.0.1. - [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.1) 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..617f85f 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.1", "lint-staged": "^10.2.13", "neon-cli": "^0.8.0", "prettier": "^2.1.1",