From 999f04c369abd43873e3fc3f66eca23c2ca62871 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Jun 2021 17:21:38 +0000 Subject: [PATCH] Bump jest from 25.5.4 to 27.0.6 in /example.web Bumps [jest](https://github.com/facebook/jest) from 25.5.4 to 27.0.6. - [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/v25.5.4...v27.0.6) Signed-off-by: dependabot-preview[bot] --- example.web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.web/package.json b/example.web/package.json index 4af7730..b3492eb 100644 --- a/example.web/package.json +++ b/example.web/package.json @@ -29,7 +29,7 @@ "eslint": "^6.8.0", "eslint-config-prettier": "^6.10.1", "eslint-plugin-babel": "^5.3.0", - "jest": "^25.2.3", + "jest": "^27.0.6", "nodemon": "^2.0.2", "typescript": "^3.8.3" }