From 4e0216ff01fdb7ee13a67aa259e7a56cccba7986 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 4 Jun 2021 05:23:31 +0000 Subject: [PATCH] build(deps-dev): bump jest from 26.6.3 to 27.0.4 Bumps [jest](https://github.com/facebook/jest) from 26.6.3 to 27.0.4. - [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.4) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d20444b..9f0bd2f 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "commitizen": "^4.0.1", "cz-conventional-changelog": "^3.0.2", "husky": "^4.0.1", - "jest": "^26.0.1", + "jest": "^27.0.4", "jsonwebtoken": "^8.5.1", "lint-staged": "^10.0.7", "nodemon": "^2.0.1",