From 7c3418f6a90c9f5a31b10804a620994b0d9bb2cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Feb 2022 07:03:58 +0000 Subject: [PATCH] chore(deps-dev): bump jest from 26.6.3 to 27.5.1 Bumps [jest](https://github.com/facebook/jest) from 26.6.3 to 27.5.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/compare/v26.6.3...v27.5.1) --- 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 69215d9..ddfe1db 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "eslint": "^7.23.0", "husky": "^6.0.0", "is-ci": "^3.0.0", - "jest": "^26.6.3", + "jest": "^27.5.1", "jest-circus": "^26.6.3", "libyear": "^0.6.2", "lint-staged": "^11.0.0",