From f4b3d87665ecfafff550d256b5b058100d7fec8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 07:03:48 +0000 Subject: [PATCH] chore(deps-dev): bump jest from 26.6.3 to 27.4.2 Bumps [jest](https://github.com/facebook/jest) from 26.6.3 to 27.4.2. - [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.4.2) --- 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..24c8a80 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.4.2", "jest-circus": "^26.6.3", "libyear": "^0.6.2", "lint-staged": "^11.0.0",